mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 07:16:03 +01:00
331f6477b8
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.
8 lines
317 B
Text
8 lines
317 B
Text
Welcome to <%= APP_CONFIG['site_name'] %>, <%= @resource.screen_name %>!
|
|
|
|
You can confirm your account email by copying link below,
|
|
and entering it into your browser.
|
|
|
|
<%= confirmation_url(@resource, confirmation_token: @token, protocol: (APP_CONFIG['https'] ? :https : :http)) %>
|
|
|
|
Please do not reply to this email.
|