1
1
Fork 0

BRUH bugs

master
Jan Kužílek 5 years ago
parent 64a3cef400
commit c28f2d771a

@ -45,6 +45,7 @@ def reset_password():
form = ResetPasswordPassForm(request.form)
if request.method == 'POST' and form.validate():
user = User.query.filter_by(email=form.email.data).first()
user.create_password(form.password.data)
flash('Password successfully reset.') # for real

Loading…
Cancel
Save