TEMPORARY COMMIT
This commit is contained in:
parent
59e419ad1f
commit
d8b5eff1d9
|
@ -27,11 +27,10 @@ def is_valid_input(input_string):
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
|
|
||||||
def change_email_password(username, password):
|
def change_email_password(username, password):
|
||||||
if password and is_valid_input(username):
|
|
||||||
try:
|
|
||||||
|
|
||||||
print(username)
|
print(username)
|
||||||
print(password)
|
print(password)
|
||||||
|
if password and is_valid_input(username):
|
||||||
|
try:
|
||||||
|
|
||||||
# Create a temporary file to escape the password
|
# Create a temporary file to escape the password
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue