remove gmail warnings
This commit is contained in:
@@ -62,11 +62,7 @@ func (wc *WebController) registerForm(td *TemplateData, r *http.Request) (f Form
|
|||||||
Label: "E-mail address",
|
Label: "E-mail address",
|
||||||
Description: `not required. your e-mail address will only be
|
Description: `not required. your e-mail address will only be
|
||||||
used for password resets and important account
|
used for password resets and important account
|
||||||
notifications<br/><br/>
|
notifications`,
|
||||||
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,
|
Separator: true,
|
||||||
Type: FieldTypeEmail,
|
Type: FieldTypeEmail,
|
||||||
}, {
|
}, {
|
||||||
@@ -192,11 +188,7 @@ func (wc *WebController) passwordResetForm(td *TemplateData, r *http.Request) (f
|
|||||||
Name: "email",
|
Name: "email",
|
||||||
Label: "E-mail address",
|
Label: "E-mail address",
|
||||||
Description: `we will send a password reset link to this e-mail
|
Description: `we will send a password reset link to this e-mail
|
||||||
address<br/><br/>
|
address`,
|
||||||
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,
|
Separator: true,
|
||||||
Type: FieldTypeEmail,
|
Type: FieldTypeEmail,
|
||||||
}, {
|
}, {
|
||||||
|
@@ -139,11 +139,7 @@ func (wc *WebController) emailForm(td *TemplateData, r *http.Request) (f Form) {
|
|||||||
Description: `we will send an e-mail to the new address to
|
Description: `we will send an e-mail to the new address to
|
||||||
verify that it's real. The address will be saved once the
|
verify that it's real. The address will be saved once the
|
||||||
link in the message is clicked. If the e-mail doesn't arrive
|
link in the message is clicked. If the e-mail doesn't arrive
|
||||||
right away please check your spam box too.<br/><br/>
|
right away please check your spam box too`,
|
||||||
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`,
|
|
||||||
Type: FieldTypeEmail,
|
Type: FieldTypeEmail,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user