Changes between Version 35 and Version 36 of ConfigurationGuidelines


Ignore:
Timestamp:
05/06/10 00:27:12 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConfigurationGuidelines

    v35 v36  
    4040Some Auth options are currently only configurable via editing {{models/00_settings.py}}:
    4141{{{
     42S3_PUBLIC_URL
     43S3_UTC_OFFSET
    4244mail.settings.server
    4345mail.sender
    44 auth.settings.login_methods.append(ldap_auth())
     46auth.settings.hmac_key (Do this *before* registering the 1st user!)
    4547auth.settings.registration_requires_verification
    46 auth.settings.captcha
    47 auth.messages.verify_email
    4848auth.settings.registration_requires_approval
    49 auth.settings.gmail_login
     49auth.settings.verify_email_onaccept
    5050}}}
    5151In time we could expose to a Web-based admin page, although it's low priority as these are mostly installation-time decisions.