fix reset password breakage by avoiding encoding ampersand in url (closes #123)
This commit is contained in:
parent
ad29a238f2
commit
b7f71f5859
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
= t '.text', user: @user.nick, link: @link, expires: I18n.l(@user.reset_password_expires)
|
= raw t '.text', user: @user.nick, link: @link, expires: I18n.l(@user.reset_password_expires)
|
||||||
|
|
Loading…
Reference in a new issue