lay blame on google
This commit is contained in:
@@ -61,9 +61,13 @@ func (wc *WebController) registerForm(td *TemplateData, r *http.Request) (f Form
|
||||
}, {
|
||||
Name: "email",
|
||||
Label: "E-mail address",
|
||||
Description: "not required. your e-mail address will only be " +
|
||||
"used for password resets and important account " +
|
||||
"notifications",
|
||||
Description: `not required. your e-mail address will only be
|
||||
used for password resets and important account
|
||||
notifications<br/><br/>
|
||||
Note: Gmail has been blocking mails from pixeldrain since
|
||||
the 13th of july. Please
|
||||
<a href="https://support.google.com/mail/thread/new" target="_blank">contact Google</a>
|
||||
if you didn't receive your confirmation mail`,
|
||||
Separator: true,
|
||||
Type: FieldTypeEmail,
|
||||
}, {
|
||||
@@ -190,8 +194,12 @@ func (wc *WebController) passwordResetForm(td *TemplateData, r *http.Request) (f
|
||||
{
|
||||
Name: "email",
|
||||
Label: "E-mail address",
|
||||
Description: "we will send a password reset link to this " +
|
||||
"e-mail address",
|
||||
Description: `we will send a password reset link to this e-mail
|
||||
address<br/><br/>
|
||||
Note: Gmail has been blocking mails from pixeldrain since
|
||||
the 13th of july. Please
|
||||
<a href="https://support.google.com/mail/thread/new" target="_blank">contact Google</a>
|
||||
if you didn't receive your confirmation mail`,
|
||||
Separator: true,
|
||||
Type: FieldTypeEmail,
|
||||
}, {
|
||||
|
Reference in New Issue
Block a user