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