#1098: [PATCH] Add validate_password() method to saprovider.py (to match
soprovider.py)
-------------------------+--------------------------------------------------
Reporter: joelpearson | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone:
Component: Identity | Version: 0.9a6
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
A validate_password() method was added to the SQLObjectIdentityProvider
back in r1512. This method greatly simplifies subclassing the provider to
allow authenticating against an external password source, such as LDAP or
a Windows domain. (See IdentityManagement, at the end of the page.)
The corresponding change has not been made to !SqlAlchemyIdentityProvider.
The attached patch adds the missing validate_password() method, so that
SQLAlchemy and SQLObject !IdentityProvider classes have the same methods
available.
--
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/1098>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Tickets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets
-~----------~----~----~----~------~----~------~--~---