Changes between Version 96 and Version 97 of AccountManagerPlugin
- Timestamp:
- Oct 14, 2010, 9:24:53 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AccountManagerPlugin
v96 v97 4 4 * short-term: #6803, #3343, #5299 5 5 '''News''' 6 09-Oct-2010:: Growing number long-standing issues resolved, prepare for a maintenance release based on current ''trunk'' (open: 61)6 09-Oct-2010:: Growing number of long-standing issues resolved, prepare for a maintenance release based on current ''trunk'' (open: 61) 7 7 28-Sep-2010:: Maintainership handed over from [wiki:pacopablo] to [wiki:hasienda] 8 8 26-Sep-2010:: Starting ticket list cleanup and triaging (open: 96) … … 219 219 }}} 220 220 221 Until they entered the verification code on the URL sent with the email, their permissions will be restricted (even if they have the ''TRAC_ADMIN'' privilege, they won't be able to access anything exceeding the standard privileges of ''authenticated'' users).221 Until they entered the verification code on the URL sent with the email, their permissions will be restricted (even if they have the TRAC_ADMIN privilege, they won't be able to access anything exceeding the standard privileges of ''authenticated'' users). ''Update:'' After changeset [9304] ACCTMGR_ADMIN (and TRAC_ADMIN, as it inherits it among all other privileges) won't be bothered with the verification procedure. 222 222 223 223 This '''has been added as a strict requirement now''' as suggested by ticket #5509 to ''trunk'' code with changeset [9277], but was not enforced before, so verification only happened, if an email had been specified on registration. In other words, if some user registered w/o specifying an email address, this was possible and an unrestricted account was created without requiring further actions. 224 224 225 Note that if you don't want to enforce entering a valid email on registration, you have to disable this component. An option for switching this off independently to restore the old behavior [comment:ticket:5509:15 was suggested], but has not yet been implemented. 226 225 Note that if you don't want to enforce entering a valid email on registration, you may want to disable this component. An option 226 {{{ 227 [account-manager] 228 verify_email = false 229 }}} 230 for switching this off easily, to restore the old behavior of AccountManagerPlugin by default, is available since changeset [9304] as well. 227 231 228 232 == Post Setup/Configuration ==