From 92c122bc67d17fd563d31e888d25e8c5d7c03a75 Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Sun, 24 Apr 2005 10:07:05 +0000 Subject: [PATCH] BUG#1831 - Enotif patches for Wikinaut --- config/index.php | 14 ++++---------- includes/SpecialUserlogin.php | 1 - 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/config/index.php b/config/index.php index 1c3e0017fb..5329ccc049 100644 --- a/config/index.php +++ b/config/index.php @@ -838,11 +838,8 @@ if( count( $errs ) ) {
-

E-mail notification"; - ?> - sends a notification e-mail to a user, when the user_talk page is changed +

+ E-mail notification sends a notification e-mail to a user, when the user_talk page is changed and/or when watch-listed pages are changed, depending on the above settings. When testing this feature, be reminded, that obviously an e-mail address must be present in your preferences and that your own changes never trigger notifications to be sent to yourself.

@@ -863,11 +860,8 @@ if( count( $errs ) ) {
-

E-mail address authentication"; - ?> - uses a scheme to authenticate e-mail addresses of the users. The user who initially enters or who changes his/her stored e-mail address +

+ E-mail address authentication uses a scheme to authenticate e-mail addresses of the users. The user who initially enters or who changes his/her stored e-mail address gets a one-time temporary password mailed to that address. The user can use the original password as long as wanted, however, the stored e-mail address is only authenticated at the moment when the user logs in with the one-time temporary password.

diff --git a/includes/SpecialUserlogin.php b/includes/SpecialUserlogin.php index 7b5fea8e35..0702ed42c6 100644 --- a/includes/SpecialUserlogin.php +++ b/includes/SpecialUserlogin.php @@ -35,7 +35,6 @@ class LoginForm { */ function LoginForm( &$request ) { global $wgLang, $wgAllowRealName, $wgEnableEmail; - global $wgEmailAuthentication; $this->mName = $request->getText( 'wpName' ); $this->mPassword = $request->getText( 'wpPassword' ); -- 2.20.1