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