changes to maybe have the right passtword

This commit is contained in:
2026-07-27 00:32:21 +02:00
parent 8fa495a23c
commit a6db3a001f
+1 -1
View File
@@ -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()