forked from External/greenlight
GRN-48: Password reset e-mails getting into SPAM folders (#349)
* Changed the way emails look and added an extra string for the user to check their spam folder * Update verify_email.text.erb
This commit is contained in:
committed by
Jesus Federico
parent
56a72ade9d
commit
ffff724712
@ -16,11 +16,13 @@
|
||||
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
%>
|
||||
|
||||
Please click the link below to reset your password:
|
||||
Password Reset
|
||||
|
||||
<%= edit_password_reset_url(@user.reset_token, email: @user.email, host: @url) %>
|
||||
It seems like you forgot your password for <%= t('bigbluebutton') %>
|
||||
If this is true, please click the link below to reset your password:
|
||||
|
||||
<%= edit_password_reset_url(@user.reset_token,email: @user.email, host: @url) %>
|
||||
|
||||
This link will expire in two hours.
|
||||
|
||||
If you did not request your password to be reset, please ignore this email and
|
||||
your password will not be changed.
|
||||
You can safely ignore this email if you did not request a password reset.
|
||||
|
Reference in New Issue
Block a user