diff --git a/app/profile/routes.py b/app/profile/routes.py
index ffdbd48b66cc56844f803b74e0e317e4ddc0ee5f..ada65f79ac9a35db7010a86438510565b8d62a84 100644
--- a/app/profile/routes.py
+++ b/app/profile/routes.py
@@ -194,7 +194,6 @@ def check_password_reset_2():
 
 
 @bp.route('/password-reset/reset-password')
-@permission_required(user_permission)
 def password_reset_3():
     return render_template('profile/password-reset-3.html')