web/webconfig.py
branchtls-sprint
changeset 1490 6b024694d493
parent 1149 1e19b6ef53a1
child 1802 d628defebc17
equal deleted inserted replaced
1489:08acef58ad08 1490:6b024694d493
    76          {'type' : 'string',
    76          {'type' : 'string',
    77           'default': None,
    77           'default': None,
    78           'help': 'password of the CubicWeb user account to use for anonymous user, '
    78           'help': 'password of the CubicWeb user account to use for anonymous user, '
    79           'if anonymous-user is set',
    79           'if anonymous-user is set',
    80           'group': 'main', 'inputlevel': 1,
    80           'group': 'main', 'inputlevel': 1,
       
    81           }),
       
    82         ('allow-email-login',
       
    83          {'type' : 'yn',
       
    84           'default': False,
       
    85           'help': 'allow users to login with their primary email if set',
       
    86           'group': 'main', 'inputlevel': 2,
    81           }),
    87           }),
    82         ('query-log-file',
    88         ('query-log-file',
    83          {'type' : 'string',
    89          {'type' : 'string',
    84           'default': None,
    90           'default': None,
    85           'help': 'web application query log file',
    91           'help': 'web application query log file',