Website.signup_user#

Website.signup_user(username, password=None, email=None, **other_info)#

Creates a new user in the database.

Parameters:
  • username (str) –

  • password (str) –

  • email (str) –

  • other_info – Other information required for signing up.

Returns:

True if the user is created, and False if it is not created.

Return type:

bool