changes to maybe have the right passtword
This commit is contained in:
+1
-1
@@ -7912,7 +7912,7 @@ def register():
|
||||
return redirect(url_for('login'))
|
||||
|
||||
if request.method == 'POST':
|
||||
password = request.form.get('password', '')
|
||||
password = request.form['password']
|
||||
name = (request.form.get('name') or '').strip()
|
||||
last_name = (request.form.get('last-name') or '').strip()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user