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