TEMPORARY COMMIT

This commit is contained in:
Tracker-Friendly 2023-11-20 18:27:59 +00:00
parent 59e419ad1f
commit d8b5eff1d9
1 changed files with 2 additions and 3 deletions

View File

@ -27,12 +27,11 @@ def is_valid_input(input_string):
app = Flask(__name__)
def change_email_password(username, password):
print(username)
print(password)
if password and is_valid_input(username):
try:
print(username)
print(password)
# Create a temporary file to escape the password
with open("../tmp/chnpassword.tmp", "w") as file: