Updated login, STILL TEMPORARY
This commit is contained in:
parent
dfe409ea67
commit
e0b3db8ece
|
@ -160,7 +160,7 @@ def changepass():
|
|||
@app.route('/changeapi', methods=['POST'])
|
||||
def register():
|
||||
# Get the form data
|
||||
username = request.form.get('username')
|
||||
username = request.form.get('email')
|
||||
verifyhash = request.form.get('passwordhash')
|
||||
password = request.form.get('password')
|
||||
|
||||
|
|
Loading…
Reference in New Issue