We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b420f commit 7bb5191Copy full SHA for 7bb5191
1 file changed
app/views/user_mailer/password_reset.html.haml
@@ -1,5 +1,5 @@
1
-# frozen_string_literal: true
2
-- if @user.password?
+- if @user.user? || @user.password?
3
%p
4
A password reset request was issued for a user profile signed up under this
5
email address for <strong>#{@account.name}</strong>. To reset your password,
0 commit comments