From eaad22d3cd48cbbbe9a5f136701c7878ad143685 Mon Sep 17 00:00:00 2001 From: Erik Moeller Date: Sun, 30 Apr 2006 00:05:48 +0000 Subject: [PATCH] copyedit e-mail preferences --- config/index.php | 41 ++++++++++++++++------------------------- 1 file changed, 16 insertions(+), 25 deletions(-) diff --git a/config/index.php b/config/index.php index 8bb6247099..44bb4033c4 100644 --- a/config/index.php +++ b/config/index.php @@ -907,16 +907,17 @@ if( count( $errs ) ) {
- +

- Use this to disable all e-mail functions (send a password reminder, user-to-user e-mail and e-mail notification), - if sending e-mails on your server doesn't work. + Use this to disable all e-mail functions (password reminders, user-to-user e-mail and e-mail notifications) + if sending mail doesn't work on your server.

+
    @@ -925,45 +926,35 @@ if( count( $errs ) ) {

- Use this to disable only the user-to-user e-mail function (EmailUser). + The user-to-user e-mail feature (Special:Emailuser) lets the wiki act as a relay to allow users to exchange e-mail without publicly advertising their e-mail address.

- +
  • -
  • -
  • +
  • +
-

- 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.

- -

Users get corresponding options to select or deselect in their users' preferences. - The user options are not shown on the preference page, if e-mail notification is disabled.

+

+ For this feature to work, an e-mail address must be present for the user account, and the notification + options in the user's preferences must be enabled. Also note the + authentication option below. When testing the feature, keep in mind that your own changes will never trigger notifications to be sent to yourself.

-

There are additional options for fine tuning in /includes/DefaultSettings.php .

+

There are additional options for fine tuning in /includes/DefaultSettings.php; copy these to your LocalSettings.php and edit them there to change them.

- +
-

E-mail address authentication uses a scheme to authenticate e-mail addresses of the users. The user who initially enters or changes his/her stored e-mail address - gets a link with a token mailed to that address. The stored e-mail address is authenticated at the moment the user comes back to the wiki via the link.

- -

The e-mail address stays authenticated as long as the user does not change it; the time of authentication is indicated - on the user preference page.

- -

If the option is enabled, only authenticated e-mail addresses can receive EmailUser mails and/or - e-mail notification mails.

+

If this option is enabled, users have to confirm their e-mail address using a magic link sent to them whenever they set or change it, and only authenticated e-mail addresses can receive mails from other users and/or + change notification mails. Setting this option is recommended for public wikis because of potential abuse of the e-mail features above.

-- 2.20.1