diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-04-18 21:41:27 +0000 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-04-18 21:41:27 +0000 |
commit | a2bbd243c85ea0e425ee3e8c380aba9f254cee61 (patch) | |
tree | 234ce6b1601f4583bbd9378cb44ca9e58a179256 | |
parent | c96958a50a97382ef4ada897d1e7120d7a222a28 (diff) |
Add note about yahoo mail delivery problems
https://bugs.archlinux.org/task/48628
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | includes/templates/Usercreate.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/templates/Usercreate.php b/includes/templates/Usercreate.php index a39690a7..84695e1f 100644 --- a/includes/templates/Usercreate.php +++ b/includes/templates/Usercreate.php @@ -164,6 +164,7 @@ class UsercreateTemplate extends BaseTemplate { ); ?> </label> + <p><b>Note:</b> We are currently experiencing delivery issues to Yahoo. Please do not use a Yahoo email account to sign up.</p> <?php echo Html::input( 'wpEmail', $this->data['email'], 'email', array( 'class' => 'mw-ui-input loginText', |