[Repoze-dev] [issue73] repoze.who IAuthenticator cannot report the reason for authentication failure

2009-05-06 Thread Forest
New submission from Forest : The interface defined for IAuthenticator doesn't allow it to report a reason for authentication failure. This prevents me from showing the user a sensible message when (for example) his login was refused due to excessive failed login attempts or a deacti

[Repoze-dev] [issue74] repoze.who form plugins have no obvious way to show "logged out" or "login failed" messages

2009-05-07 Thread Forest
New submission from Forest : The form plugins, which are the most obvious way to build a common web login page, have no obvious way to show "logged out" or "login failed" messages. Even with third party add-ons like formcookie, I end up having to perform three post-login-at

[Repoze-dev] [issue75] repoze.who should document logging.Logger support

2009-05-08 Thread Forest
New submission from Forest : PluggableAuthenticationMiddleware accepts a log_stream argument, which is documented as a stream-like object with a write() method. Looking at the code, I see that (thankfully) it accepts a logging.Logger object as well. This should be documented

[Repoze-dev] [issue76] repoze.who metadata plugin interface imposes an extra data fetch

2009-05-12 Thread Forest
New submission from Forest : I want to add meta-data to an authenticated user's environment, but I don't want to perform extra database operations to do it. Since the repoze.who spec only allows meta-data scribbling from within IMetadataProvider, and IMetadataProvider is sep

[Repoze-dev] [issue77] repoze.who metadata plugin is called on every request

2009-05-12 Thread Forest
New submission from Forest : My testing shows that a meta-data provider plugin is called on every request. This is horribly inefficient for meta-data that is expensive to fetch, such as any that lives in a database. I would expect it to be fetched once when the user is authenticated, and then

[Repoze-dev] [issue159] repoze.what.plugins.sql bug with group permissions

2010-09-13 Thread Forest
Forest added the comment: I don't remember this bug, nor am I on the repoze.what dev team. Are you sure you meant to assign it to me? -- assignedto: forest -> nlaurance nosy: -forest __ Repoze Bugs <http://bugs.repoze.o

[Repoze-dev] [issue159] repoze.what.plugins.sql bug with group permissions

2011-01-20 Thread Forest
Forest added the comment: Removing myself again. nlaurance, you don't have to keep adding me. If you'd really like to chat, we can use email. :) -- nosy: -forest __ Repoze Bugs <http://bugs.repoze