Skip to content
Snippets Groups Projects
Commit 511ccf96 authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development

parents 7adaf3f2 2e1aa8cf
No related branches found
No related tags found
No related merge requests found
FLASK_APP=opaque.py
FLASK_ENV=development
OPAQUE_MAIL_SUBJECT_PREFIX=[Opaque]
OPAQUE_MAIL_SENDER=Opaque Admin <inf_sfb1288@uni-bielefeld.de>
......@@ -56,3 +56,4 @@ def password_reset_request():
flash('An email with instructions to reset your password has been '
'sent to you.')
return redirect(url_for('auth.login'))
return render_template('auth/reset_password.html.j2', form=form, title='Password Reset')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment