Changeset 6661 for main/waeup.sirp/trunk/src/waeup/sirp/authentication.py
- Timestamp:
- 3 Sep 2011, 02:15:14 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/authentication.py
r6625 r6661 19 19 Then looks for any external utilities that want to modify the PAU. 20 20 """ 21 pau.credentialsPlugins = ['No Challenge if Authenticated', 'credentials']22 pau.authenticatorPlugins = ['users']21 pau.credentialsPlugins = ('No Challenge if Authenticated', 'credentials') 22 pau.authenticatorPlugins = ('users') 23 23 24 24 # Give any third-party code and subpackages a chance to modify the PAU
Note: See TracChangeset for help on using the changeset viewer.