コード例 #1
0
def check_existing_password(email):
    # function that checks if the password is existing with email amd returns a booleon
    return Password.check_existing_password(email)  # True or False