DesktopApp.signup_user#
- DesktopApp.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:
Trueif the user is created, andFalseif it is not created.- Return type:
bool