diff --git a/.flaskenv b/.flaskenv
index 0a7611db03c62e8a30c90a199104a8420d0bed3f..f88b6e5b9015d74cef7f8cb429bbf93297cb1d75 100644
--- a/.flaskenv
+++ b/.flaskenv
@@ -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>
diff --git a/app/auth/views.py b/app/auth/views.py
index a566799d457f9c02b82cd99cfbac905d20b8e3c5..417aae5084e931ee624b0e82484afe78c42c3b68 100644
--- a/app/auth/views.py
+++ b/app/auth/views.py
@@ -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')