[Zope3-Users] Paste sending 'Authentication Required' popup

Chetan Kumar chetan.mlist at gmail.com
Thu Jun 11 21:37:28 EDT 2009


On Thu, Jun 11, 2009 at 8:18 PM, Simon Elbaz<elbazsimon9 at gmail.com> wrote:
> Hi,
> I am trying to set a session credentials plugins in an application. A
> request on 'http://localhost:8080/' sends me to the login form as defined in
> the plugin.


> Could someone tell me how to inhibate the HTTPBasicAuth popup ?

HTTPBasicAuth will challenge the user if other plugins do not. Session
credintials in your case.
The issue should get resolved by setting right permissions for the
user (as we see Unauthorised here).
Roles set during signup could be another place to look for clues.
Chetan


More information about the Zope3-users mailing list