Skip to content
  • Kevin Morris's avatar
    add user registration routes · c94793b0
    Kevin Morris authored
    
    
    * 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's avatarKevin Morris <kevr@0cost.org>
    c94793b0