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?
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?
Hope someone can help, although it might be related to WindowsNT :-) I asked this before but it really gives me some headache. I have a problem with the Export/Import feature. When trying to import a *.zexp file from the \Import\ directory Zope complains: Zope Error Zope has encountered an error while publishing this resource. Error Type: Bad Request Error Value: File does not exist: G:\PROG_I~1\ZopeSite\import\ <!-- Traceback (innermost last): File G:\PROG_I~1\ZopeSite\lib\python\ZPublisher\Publish.py, line 222, in publish_module File G:\PROG_I~1\ZopeSite\lib\python\ZPublisher\Publish.py, line 187, in publish File G:\PROG_I~1\ZopeSite\lib\python\Zope\__init__.py, line 221, in zpublisher_exception_hook (Object: Traversable) File G:\PROG_I~1\ZopeSite\lib\python\ZPublisher\Publish.py, line 171, in publish File G:\PROG_I~1\ZopeSite\lib\python\ZPublisher\mapply.py, line 160, in mapply (Object: manage_importObject) File G:\PROG_I~1\ZopeSite\lib\python\ZPublisher\Publish.py, line 112, in call_object (Object: manage_importObject) File G:\PROG_I~1\ZopeSite\lib\python\OFS\ObjectManager.py, line 528, in manage_importObject (Object: Traversable) Bad Request: (see above) --> This is my configuration: Zope version: Zope 2.2.4 (binary release, python 1.5.2, win32-x86) Python version: 1.5.2 (#0, Jul 30 1999, 09:52:18) [MSC 32 bit (Intel)] System Platform: win32 (WinNT SP5) Thanks everybody, Otto - Otto Pichlhoefer mailto:orp@aon.at _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
Otto Pichlhoefer wrote:
Hope someone can help, although it might be related to WindowsNT :-)
I asked this before but it really gives me some headache.
I have a problem with the Export/Import feature. When trying to import a *.zexp file from the \Import\ directory Zope complains:
Error Type: Bad Request Error Value: File does not exist: G:\PROG_I~1\ZopeSite\import\
Rename Import to import. HTH, -- Tim Cook, President -- Free Practice Management,Inc. | http://FreePM.com Office: (901) 884-4126 Censorship: The reaction of the ignorant to freedom.
On 21 Dec 2000, 9:22 Tim Cook wrote:
Otto Pichlhoefer wrote:
Hope someone can help, although it might be related to WindowsNT :-)
I asked this before but it really gives me some headache.
I have a problem with the Export/Import feature. When trying to import a *.zexp file from the \Import\ directory Zope complains:
Error Type: Bad Request Error Value: File does not exist: G:\PROG_I~1\ZopeSite\import\
Rename Import to import.
This doesn't make any difference. FAT and NTFS aren't case sensitive. The name of the file is missing! -- o ( Wolfgang.Strobl@gmd.de (+49 2241) 14-2394 /\ * GMD mbH #include _`\ `_<=== Schloss Birlinghoven, <std.disclaimer> __(_)/_(_)___.-._ 53754 Sankt Augustin, Germany ________________
Wolfgang Strobl wrote:
Rename Import to import.
This doesn't make any difference. FAT and NTFS aren't case sensitive. The name of the file is missing!
Guess I should get my 'Pay Attention' button fixed before answering questions on the list. Thanks for catching that. -- Tim Cook, President -- Free Practice Management,Inc. | http://FreePM.com Office: (901) 884-4126 Censorship: The reaction of the ignorant to freedom.
On 21 Dec 2000, 15:43 Otto Pichlhoefer wrote:
Hope someone can help, although it might be related to WindowsNT :-)
Actually, it isn't related to Windows NT. <grin>
I asked this before but it really gives me some headache.
I have a problem with the Export/Import feature. When trying to import a *.zexp file from the \Import\ directory Zope complains:
Zope Error Zope has encountered an error while publishing this resource.
Error Type: Bad Request Error Value: File does not exist: G:\PROG_I~1\ZopeSite\import\
The import handler hasn't got a filename. You didn't type anything into the edit field to the right of "Import file name", before pressing the "Import" button. -- o ( Wolfgang.Strobl@gmd.de (+49 2241) 14-2394 /\ * GMD mbH #include _`\ `_<=== Schloss Birlinghoven, <std.disclaimer> __(_)/_(_)___.-._ 53754 Sankt Augustin, Germany ________________
participants (5)
-
Jim Washington -
Otto Pichlhoefer -
Priya Ramkumar -
Tim Cook -
Wolfgang Strobl