Changeset 6672 for main/waeup.sirp/trunk


Ignore:
Timestamp:
3 Sep 2011, 09:46:43 (13 years ago)
Author:
uli
Message:

Mystery solved: ('users') will be converted to a simple string 'users'
while ('users',) will stay a tuple.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/authentication.py

    r6671 r6672  
    2020    """
    2121    pau.credentialsPlugins = ('No Challenge if Authenticated', 'credentials')
    22     pau.authenticatorPlugins = ['users']
     22    pau.authenticatorPlugins = ('users',)
    2323
    2424    # Give any third-party code and subpackages a chance to modify the PAU
Note: See TracChangeset for help on using the changeset viewer.