Changes between Version 1 and Version 2 of DeveloperGuidelines/UserManagement


Ignore:
Timestamp:
08/27/12 09:40:21 (13 years ago)
Author:
Michael Howden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/UserManagement

    v1 v2  
    22[[TOC]]
    33== Deployment Settings ==
     4=== Registration ===
     5==== Self Registration ====
     6'''Set:''' deployment_setting.security.self_registration
     7'''Get:''' deployment_setting.get_security_self_registration()
     8Allow public to register as users.
     9
     10==== Self Registration ====
     11'''Set:''' deployment_setting.auth.registration_requires_verification
     12'''Get:''' deployment_setting.get_auth_registration_requires_verification()
     13Require users to verify their email address when they register
     14
     15==== Self Registration ====
     16'''Set:''' deployment_setting.auth.registration_requires_approval
     17'''Get:''' deployment_setting.get_auth_registration_requires_approval()
     18Require administrators to approve users who register
     19
     20==== Organizational Settings ====
     21Administration > User Management > List All Organization Approvers & Whitelists {{{/eden/admin/organisation}}}
     22* Set the people who get notified of new users for different organisations
     23* Automatically approve users with verified email addresses from organisation domians
     24
     25==== Additional Settings ====
     26https://github.com/flavour/eden/blob/master/private/templates/default/config.py#L34
    427
    528== Workflow ==