Ticket #13873 (new Bug)

Opened 2 years ago

IAuthenticationPlugin bound to IUserEnumerationPlugin

Reported by: sauzher Owned by:
Priority: minor Milestone: 4.x
Component: Unknown Version: 4.3
Keywords: PAS Cc:

Description

This is a strange behavior about authentication in plone when you have a source of users and this is enabled only for authentication (not for enumeration).

how to reproduce: You can add in ZMI -> Plone -> acl_users a simple "ZODB user manager"; add a dummy user in it; and activate only the Authentication flag.

You will get that the user authenticate correctly at login (welcome message is printed as well as userid in place of login tab) but the authentication cookie seems that didn't being set: browsing any other page brings you back to anonymous state.

Wondering if there is a way to authenticate a bounce of users without retrieve them in user searches (sharing pages or @@usergroup-userprefs).

versions affected: I've found this behavior occurs on 4.1, 4.2, 4.3 adding any source of users (ldap, zodb, and so on)

Note: See TracTickets for help on using tickets.