Skip to content

Commit 746b37a

Browse files
Just use the anonymous authenticator
The docs are open source anyway.
1 parent 0810412 commit 746b37a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/pyle2-config.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
5656
use_canonical_base_url = True
5757

5858
# How should Pyle authenticate users?
59-
# Use User.Anonymous() for development
60-
user_authenticator = \
61-
User.BugzillaAuthenticator(url = 'https://extra.lshift.net/bugzilla/relogin.cgi',
62-
default_email_suffix = 'lshift.net',
63-
success_regex = '<h1>Logged Out</h1>')
59+
user_authenticator = User.Anonymous()
60+
# user_authenticator = \
61+
# User.BugzillaAuthenticator(url = 'https://extra.lshift.net/bugzilla/relogin.cgi',
62+
# default_email_suffix = 'lshift.net',
63+
# success_regex = '<h1>Logged Out</h1>')
6464

6565
# A FilteringAuthenticator can be used to restrict access to a
6666
# particular instance to a certain subset of otherwise-valid users,

0 commit comments

Comments
 (0)