-
- Downloads
add user registration routes
* Added /register get and post routes.
+ Added default attributes to AnonymousUser, including a new
AnonymousList which behaves like an sqlalchemy relationship
list.
+ aurweb.util: Added validation functions for various user fields
used throughout registration.
+ test_accounts_routes: Added get|post register route tests.
Signed-off-by:
Kevin Morris <kevr@0cost.org>
Showing
- aurweb/auth.py 10 additions, 0 deletionsaurweb/auth.py
- aurweb/routers/accounts.py 318 additions, 2 deletionsaurweb/routers/accounts.py
- aurweb/util.py 84 additions, 0 deletionsaurweb/util.py
- templates/partials/account_form.html 343 additions, 0 deletionstemplates/partials/account_form.html
- templates/register.html 30 additions, 0 deletionstemplates/register.html
- test/test_accounts_routes.py 355 additions, 1 deletiontest/test_accounts_routes.py
templates/partials/account_form.html
0 → 100644
templates/register.html
0 → 100644
Please register or sign in to comment