Website.signin_user_from_id#
- Website.signin_user_from_id(user_id, **other_info)#
Loads the data of a user from database using the user’s ID.
- Parameters:
id (int) –
other_info – Other information required for signing in.
- Returns:
Trueif the user is signed in, andFalseif it is not signed in.- Return type:
bool