Changes between Version 1 and Version 2 of UserGuidelines/Admin/Configuration


Ignore:
Timestamp:
06/23/13 22:04:44 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/Admin/Configuration

    v1 v2  
    33
    44Sahana Eden is a very powerful platform, however that power comes at a cost, which is it's complexity.
     5
     6== Configuration File ==
     7These options can be configured via text file:
     8{{{
     9models/000_config.py
     10}}}
     11* Set the sender & approver emails:
     12{{{
     13settings.mail.sender = "'Sahana' <sahana@my.org>"
     14settings.mail.approver = "sahana@my.org"
     15}}}
     16* Set the Authentication options
     17* Set the [UserGuidelines/Admin/Permissions Security Policy]
     18
     19The full range of available options can be seen in:
     20{{{
     21private/templates/default/config.py
     22}}}
    523
    624== Web-based Administration ==
     
    1129* view Error Tickets
    1230* raw database access
    13 
    14 == Configuration File ==
    15 These options can be configured via text file:
    16 {{{
    17 models/000_config.py
    18 }}}
    19 * Set the Authentication options
    20 * Set the [UserGuidelines/Admin/Permissions Security Policy]
    21 
    22 The full range of avaialble options can be seen in:
    23 {{{
    24 private/templates/default/config.py
    25 }}}
    2631
    2732== Templates ==