mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-07 22:33:41 +01:00
There have been several replies to this email containing nothing but the sentence `Yes, I confirm.` or just simply `Confirmed`. It seems like someone discovered that replying to the email with exactly that helped with recovering their Twitter account after it was locked, and now people try to do this everywhere else.
12 lines
515 B
Text
12 lines
515 B
Text
%p{ style: 'margin:0px;padding:0px' }
|
|
Welcome to
|
|
= succeed ',' do
|
|
= APP_CONFIG['site_name']
|
|
= succeed '!' do
|
|
= @resource.screen_name
|
|
%p
|
|
%p{ style: 'margin:0px;padding:0px' } You can confirm your account email through the link below:
|
|
%p{ style: 'margin:0px;padding:0px' }
|
|
= link_to 'Confirm my account', confirmation_url(@resource, confirmation_token: @token, protocol: (APP_CONFIG['https'] ? :https : :http))
|
|
%p
|
|
%p{ style: 'margin:0px;padding:0px' } Please do not reply to this email.
|