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:

True if the user is signed in, and False if it is not signed in.

Return type:

bool