DesktopApp.signin_user#
- DesktopApp.signin_user(username, password=None, email=None, **other_info)#
Loads the data of a user from database.
- Parameters:
username (str) –
password (str) –
other_info – Other information required for signing in.
- Returns:
Trueif the user is signed in, andFalseif it is not signed in.- Return type:
bool