[Zope] Anonymous user
Jim Washington
jwashin@vt.edu
Thu, 21 Dec 2000 08:13:30 -0500
There might be a couple more variables to consider.
If I were trying to get back into my site I would try:
1. Clearing the browser cache
2. Using the "superuser" name and password
3. Going directly to the management pages: /manage_workspace
(manage_access does security, and manage_UndoForm has the undo stuff if
you just want to undo the last permissions change)
4. Using a different browser (the "username:password@" convention is
apparently not handled uniformly by the various browsers).
Cookies should not make too much of a difference, but management screens
do use them for the tree tags and height/width of edit boxes. You are
still using basic authentication, I presume?
Keep trying. All is not lost. One of the above or some combination
ought to work.
-- Jim Washington
Priya Ramkumar wrote:
>
> Hi Jim
>
> I tried typing the following url but it still logs in as "anonymous user".
> The cookies are also disabled in my browser.
>
> priya
>
> >Put the username and password in the url like this:
> >
> >http://managername:managerpassword@your.zope.site/manage
> >
> >-- Jim Washington
> >
> >> Priya Ramkumar wrote:
> >>
> >> Hi
> >>
> >> Could anyone please help me with this problem?
> >>
> >> I changed the default permission for the Anonymous user by adding the
> >> permission "View Management screens". So the next time I opened the
> >> site, and wanted to go into the management screen, it took me directly
> >> to the management screen. But as an Anonymous user, I do not have any
> >> security permissions and hence unable to change back the permissions.
> >> The problem is that I want to now login as "manager" and i am unable
> >> to do so as it does not wait for the username & password to go to the
> >> management screen. What is the way I could login as manager again &
> >> change the permission settings?
> >