Hi,
if I login as Zope admin from the Plone root, e.g. http://localhost:8080, then go to a site where I installed collective.impersonate I can impersonate a user without a problem, and when I log out again, I am still the admin user. But when I login as an admin from within the site itself (http://localhost:8080/Plone), then impersonate a user and log out a again, I am logged out completely. I have to login as admin again to gain access.
Step by step:
- Install a fresh Plone.
- Login as admin and create a new site:
NewSite
- Logout completely: http://localhost:8080/@@plone-root-logout
- Login again as
admin at http://localhost:8080/NewSite
- Create a new user
- Impersonate that user
- Click on Log out.
Now you are not admin anymore but logged out completely.
Hi,
if I login as Zope admin from the Plone root, e.g. http://localhost:8080, then go to a site where I installed
collective.impersonateI can impersonate a user without a problem, and when I log out again, I am still theadminuser. But when I login as an admin from within the site itself (http://localhost:8080/Plone), then impersonate a user and log out a again, I am logged out completely. I have to login asadminagain to gain access.Step by step:
NewSiteadminat http://localhost:8080/NewSiteNow you are not
adminanymore but logged out completely.