Changes between Version 35 and Version 36 of ConfigurationGuidelines
- Timestamp:
- 05/06/10 00:27:12 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConfigurationGuidelines
v35 v36 40 40 Some Auth options are currently only configurable via editing {{models/00_settings.py}}: 41 41 {{{ 42 S3_PUBLIC_URL 43 S3_UTC_OFFSET 42 44 mail.settings.server 43 45 mail.sender 44 auth.settings. login_methods.append(ldap_auth())46 auth.settings.hmac_key (Do this *before* registering the 1st user!) 45 47 auth.settings.registration_requires_verification 46 auth.settings.captcha47 auth.messages.verify_email48 48 auth.settings.registration_requires_approval 49 auth.settings. gmail_login49 auth.settings.verify_email_onaccept 50 50 }}} 51 51 In time we could expose to a Web-based admin page, although it's low priority as these are mostly installation-time decisions.