unlock email

This commit is contained in:
lynguyen123123 2017-06-09 09:36:24 +03:00
parent dfc581a2c2
commit 45b261b164
1 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
%p
Hello #{@resource.name}!
Hello, #{@resource.name}!
%p Your account has been locked due to an excessive number of unsuccessful sign in attempts.
%p Click the link below to unlock your account:
%p If you wish to unlock your account again, please click the link below:
%p= link_to 'Unlock my account', unlock_url(@resource, unlock_token: @token)
%p Sincerely,
%p WebDev Camp