equal
deleted
inserted
replaced
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', |