Changeset 6671 for main


Ignore:
Timestamp:
3 Sep 2011, 03:10:40 (13 years ago)
Author:
uli
Message:

For some strange reason, we have to register the first authenticator
plugin as a list instead of a tuple. That's bad. Have no idea, why
that happens.

File:
1 edited

Legend:

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

    r6661 r6671  
    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.