-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathwho.ini
37 lines (31 loc) · 874 Bytes
/
who.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[plugin:formcookie]
use = repoze.who.plugins.formcookie:make_redirecting_plugin
login_form_path = /account/login
login_handler_path = /account/submit
logout_handler_path = /account/logout
rememberer_name = cookie
force_https = false
login_redirect_method = /host/list
logout_redirect_method = /account/login
username_field = login
password_field = password
[plugin:cookie]
use = repoze.who.plugins.auth_tkt:make_plugin
secret = w00t
cookie_name = mystic_powers
[general]
request_classifier = repoze.who.classifiers:default_request_classifier
challenge_decider = repoze.who.classifiers:default_challenge_decider
[identifiers]
plugins =
formcookie;browser
cookie
[authenticators]
plugins =
enlargeweb.lib.repoze_auth:UserModelPlugin
[challengers]
plugins =
formcookie;browser
[mdproviders]
plugins =
enlargeweb.lib.repoze_auth:UserModelPlugin