web/webconfig.py
branchstable
changeset 2267 e1d2df3f1091
parent 2087 88fa02f50e71
child 2476 1294a6bdf3bf
equal deleted inserted replaced
2266:efc6de279644 2267:e1d2df3f1091
    77          {'type' : 'string',
    77          {'type' : 'string',
    78           'default': None,
    78           'default': None,
    79           'help': 'password of the CubicWeb user account to use for anonymous user, '
    79           'help': 'password of the CubicWeb user account to use for anonymous user, '
    80           'if anonymous-user is set',
    80           'if anonymous-user is set',
    81           'group': 'main', 'inputlevel': 1,
    81           'group': 'main', 'inputlevel': 1,
    82           }),
       
    83         ('allow-email-login',
       
    84          {'type' : 'yn',
       
    85           'default': False,
       
    86           'help': 'allow users to login with their primary email if set',
       
    87           'group': 'main', 'inputlevel': 2,
       
    88           }),
    82           }),
    89         ('query-log-file',
    83         ('query-log-file',
    90          {'type' : 'string',
    84          {'type' : 'string',
    91           'default': None,
    85           'default': None,
    92           'help': 'web application query log file',
    86           'help': 'web application query log file',