mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development
This commit is contained in:
commit
511ccf96f6
@ -1,4 +1,2 @@
|
||||
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')
|
||||
|
Loading…
Reference in New Issue
Block a user