Merge pull request #5315 from nottalulah/patch-1
user actions: fix password change causing empty entry
This commit is contained in:
@@ -118,7 +118,7 @@
|
|||||||
<%= link_to_user user %> deleted their account.
|
<%= link_to_user user %> deleted their account.
|
||||||
<% when "password_reset" %>
|
<% when "password_reset" %>
|
||||||
<%= link_to_user user %> reset their password.
|
<%= link_to_user user %> reset their password.
|
||||||
<% when "password_reset" %>
|
<% when "password_change" %>
|
||||||
<%= link_to_user user %> changed their password.
|
<%= link_to_user user %> changed their password.
|
||||||
<% when "email_change" %>
|
<% when "email_change" %>
|
||||||
<%= link_to_user user %> changed their email address.
|
<%= link_to_user user %> changed their email address.
|
||||||
|
|||||||
Reference in New Issue
Block a user