Revision e2447828 snf-astakos-app/README

b/snf-astakos-app/README
40 40

  
41 41
Configure in ``settings.py`` or a ``.conf`` file in ``/etc/synnefo`` if using snf-webproject.
42 42

  
43
=================================   =============================================================================   ===========================================================================================
43
=================================== =============================================================================   ===========================================================================================
44 44
Name                                Default value                                                                   Description
45
=================================   =============================================================================   ===========================================================================================
45
=================================== =============================================================================   ===========================================================================================
46 46
ASTAKOS_AUTH_TOKEN_DURATION         one month                                                                       Expiration time of newly created auth tokens
47 47
ASTAKOS_DEFAULT_USER_LEVEL          4                                                                               Default (not-invited) user level
48 48
ASTAKOS_INVITATIONS_PER_LEVEL       {0:100, 1:2, 2:0, 3:0, 4:0}                                                     Number of user invitations per user level
49 49
ASTAKOS_DEFAULT_FROM_EMAIL          GRNET Cloud <no-reply\@grnet.gr>                                                ``from`` parameter passed in ``django.core.mail.send_mail``
50 50
ASTAKOS_DEFAULT_CONTACT_EMAIL       support\@cloud.grnet.gr                                                         Contact email
51 51
ASTAKOS_DEFAULT_ADMIN_EMAIL         support\@cloud.grnet.gr                                                         Administrator email to receive user creation notifications (if None disables notifications)
52
ASTAKOS_IM_MODULES                  ['local', 'shibboleth']                                              Signup modules
52
ASTAKOS_IM_MODULES                  ['local', 'shibboleth']                                                         Signup modules
53 53
ASTAKOS_FORCE_PROFILE_UPDATE        True                                                                            Force user profile verification
54 54
ASTAKOS_INVITATIONS_ENABLED         True                                                                            Enable invitations
55 55
ASTAKOS_COOKIE_NAME                 _pithos2_a                                                                      ``Key`` parameter passed in ``django.http.HttpResponse.set_cookie``
......
76 76

  
77 77
ASTAKOS_LOGIN_MESSAGES              {}                                                                              Notification messages to display on login page header
78 78
                                                                                                                    e.g. {'warning': 'Warning message (can contain html)'}
79
ASTAKOS_PROFILE_EXTRA_LINKS         {}                                                                               messages to display as extra actions in account forms
79
ASTAKOS_PROFILE_EXTRA_LINKS         {}                                                                              Messages to display as extra actions in account forms
80 80
                                                                                                                    e.g. {'https://cms.okeanos.grnet.gr/': 'Back to ~okeanos'}
81
ASTAKOS_RATELIMIT_RETRIES_ALLOWED   3                                                                               Number of unsuccessful login requests allowed for a specific account.
81
ASTAKOS_RATELIMIT_RETRIES_ALLOWED   3                                                                               Number of unsuccessful login requests per minute allowed for a specific account.
82 82
                                                                                                                    When this number exceeds and ASTAKOS_RECAPTCHA_ENABLED is set the user has to solve a
83 83
                                                                                                                    captcha challenge.
84
=================================   =============================================================================   ===========================================================================================
84
ASTAKOS_EMAILCHANGE_ENABLED         False                                                                           Enable email change mechanism
85
ASTAKOS_EMAILCHANGE_ACTIVATION_DAYS 10                                                                              Number of days that email change requests remain active
86
=================================== =============================================================================   ===========================================================================================
85 87

  
86 88
Administrator functions
87 89
-----------------------

Also available in: Unified diff