Changes between Version 2 and Version 3 of DeveloperGuidelines/UserManagement
- Timestamp:
- 08/27/12 09:41:47 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/UserManagement
v2 v3 4 4 === Registration === 5 5 ==== Self Registration ==== 6 '''Set:''' deployment_setting.security.self_registration 7 '''Get:''' deployment_setting.get_security_self_registration() 6 '''Set:''' deployment_setting.security.self_registration[[BR]] 7 '''Get:''' deployment_setting.get_security_self_registration()[[BR]] 8 8 Allow public to register as users. 9 9 10 10 ==== Self Registration ==== 11 '''Set:''' deployment_setting.auth.registration_requires_verification 12 '''Get:''' deployment_setting.get_auth_registration_requires_verification() 11 '''Set:''' deployment_setting.auth.registration_requires_verification[[BR]] 12 '''Get:''' deployment_setting.get_auth_registration_requires_verification()[[BR]] 13 13 Require users to verify their email address when they register 14 14 15 15 ==== Self Registration ==== 16 '''Set:''' deployment_setting.auth.registration_requires_approval 17 '''Get:''' deployment_setting.get_auth_registration_requires_approval() 16 '''Set:''' deployment_setting.auth.registration_requires_approval[[BR]] 17 '''Get:''' deployment_setting.get_auth_registration_requires_approval()[[BR]] 18 18 Require administrators to approve users who register 19 19 … … 27 27 28 28 == Workflow == 29 29 [[Image(https://docs.google.com/drawings/pub?id=1fFIL_y6iOMoHDWwEQqWVKDiSkdRl_7EtfcZChNtZu-o&w=960&h=720)]] 30 30 == See Also == 31 31 * UserGuidelines/Admin/UserManagement