[Zope-PAS] Passwordless authentication
Lennart Regebro
regebro at nuxeo.com
Mon Aug 30 11:54:06 EDT 2004
Zachery Bir wrote:
> Actually, PAS supports it. There are no assumptions made on what
> constitutes valid credentials. For something like this, though, you'll
> probably want a plugin that does both IExtractCredentialsPlugin and
> IAuthenticateCredentialsPlugin (since they will likely know what to look
> for from each other).
Ah, so I make an AuthenticationPlugin that simply authenticates based on
username only and ignores the password, by just making a lookup.
Hm... Sneaky...
I'll try that.
More information about the Zope-PAS
mailing list