New submission from Tim Parkin <i...@timparkin.co.uk>:

Where an application has a login panel on every page, this panel is often not
large enough to display errors. A successful login may opt to keep the user on
the same page but a failure should take the user to the full login page so that
a user can be shown 'password reminder' options and also an appropriate error
message. At the moment there seems to be no way to conditionally set
repoze.who.application depending on success or failure (as we have only one
authenticator, we can get away with changing the environ in the authenticate
method but this would not work if there were more than one authenticator).

----------
messages: 225
nosy: timparkin
priority: wish
status: unread
title: repoze.who.plugins: Allow custom redirect on authentication failure
topic: repoze.who

__________________________________
Repoze Bugs <b...@bugs.repoze.org>
<http://bugs.repoze.org/issue86>
__________________________________
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to