Revision 672d445a 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
......
78 78
                                                                                                                    e.g. {'warning': 'Warning message (can contain html)'}
79 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
==============================      =============================================================================   ===========================================================================================
81
ASTAKOS_RATELIMIT_RETRIES_ALLOWED   3                                                                               Number of unsuccessful login requests allowed for a specific account.
82
                                                                                                                    When this number exceeds and ASTAKOS_RECAPTCHA_ENABLED is set the user has to solve a
83
                                                                                                                    captcha challenge.
84
=================================   =============================================================================   ===========================================================================================
82 85

  
83 86
Administrator functions
84 87
-----------------------

Also available in: Unified diff