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,13 +16,10 @@
|
||||
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
%>
|
||||
|
||||
Welcome to <%= t('bigbluebutton') %>!, <%= @user[:name] %>
|
||||
|
||||
You have successfully registered your <%= t('bigbluebutton') %> account, your username is: <%= @user[:email] %>.
|
||||
|
||||
To verify your account, just follow this link: <%= @url %>
|
||||
|
||||
Welcome to Greenlight, <%= @user.name %>
|
||||
===============================================
|
||||
|
||||
You have successfully registered your Greenlight account,
|
||||
your username is: <%= @user.email %>.
|
||||
|
||||
To verify your account, just follow this link: <%= link_to 'verify your email', @url %>.
|
||||
|
||||
Thanks for joining and have a great day!
|
||||
|
Reference in New Issue
Block a user