コード例 #1
0
ファイル: run.py プロジェクト: codebr3ak/password_locker
def auth_account(user_name, password):
    """
    Function to authenticate user accounts
    """
    authenticate_user = Credentials.auth_user(user_name, password)
    return authenticate_user