comparison doc/user_guide.txt @ 4018:17bdd79a3ae1

clarify default permission change
author Richard Jones <richard@users.sourceforge.net>
date Mon, 08 Dec 2008 08:46:48 +0000
parents 91008ec8f9a0
children be9122d753c5
comparison
equal deleted inserted replaced
4017:605f4a7910b4 4018:17bdd79a3ae1
1 ========== 1 ==========
2 User Guide 2 User Guide
3 ========== 3 ==========
4 4
5 :Version: $Revision: 1.37 $ 5 :Version: $Revision: 1.38 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 .. hint:: 9 .. hint::
10 This document will refer to *issues* as the primary store of 10 This document will refer to *issues* as the primary store of
477 Sender identification 477 Sender identification
478 --------------------- 478 ---------------------
479 479
480 If the sender of an e-mail is unknown to Roundup (looking up both user 480 If the sender of an e-mail is unknown to Roundup (looking up both user
481 primary e-mail addresses and their alternate addresses) then a new user 481 primary e-mail addresses and their alternate addresses) then a new user
482 will be created. The new user will have their username set to the "user" 482 may be created, depending on tracker configuration (see the `Admin
483 part of "user@domain" in their e-mail address. Their password will be 483 Guide`_ section "Users and Security" for configuration details.)
484
485 .. _`Admin Guide`: admin_guide.html
486
487 The new user will have their username set to the "user" part of
488 "user@domain" in their e-mail address. Their password will be
484 completely randomised, and they'll have to visit the web interface to 489 completely randomised, and they'll have to visit the web interface to
485 have it changed. Some sites don't allow web access by users who register 490 have it changed. Some sites don't allow web access by users who register
486 via e-mail like this. 491 via e-mail like this.
487 492
488 493

Roundup Issue Tracker: http://roundup-tracker.org/