We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746b37a commit 4e36fc5Copy full SHA for 4e36fc5
docs/pyle2-fcfcf7e/Config.py
@@ -56,11 +56,11 @@
56
use_canonical_base_url = True
57
58
# 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>')
+user_authenticator = User.Anonymous()
+# user_authenticator = \
+# User.BugzillaAuthenticator(url = 'https://extra.lshift.net/bugzilla/relogin.cgi',
+# default_email_suffix = 'lshift.net',
+# success_regex = '<h1>Logged Out</h1>')
64
65
# A FilteringAuthenticator can be used to restrict access to a
66
# particular instance to a certain subset of otherwise-valid users,
0 commit comments