Esempio n. 1
0
def auth_account(user_name, password):
    """
    Function to authenticate user accounts
    """
    authenticate_user = Credentials.auth_user(user_name, password)
    return authenticate_user