LoginManager with ZOracleDA
Hi, I am trying LoginManager Version: 0.9.4 using ZOracleDA to connect to the Oracle database. Everything works well, but when I delete a login from the database or change the password from user, this modifications has effect just after restating the Zope. Someone has any idea why this happens? Thanks Marcos
I used this Product: http://www.zope.org/Members/jok/SQL_based_LoginManager ----- Original Message ----- From: Gerald Gutierrez <pozix@home.com> To: Marcos Iuato <marcos@hiper.com.br>; <zope@zope.org> Sent: Wednesday, February 07, 2001 3:12 PM Subject: Re: [Zope] LoginManager with ZOracleDA
Hi,
I am trying LoginManager Version: 0.9.4 using ZOracleDA to connect to the Oracle database. Everything works well, but when I delete a login from the database or change the password from user, this modifications has effect just after restating the Zope.
Someone has any idea why this happens?
Thanks
Marcos
Where did you get 0.9.4? The zope products page only lists 0.8.8b, and the search doesn't bring it up either.
Hi, Marcos Iuato schrieb:
I used this Product: http://www.zope.org/Members/jok/SQL_based_LoginManager
Hi,
I am trying LoginManager Version: 0.9.4 using ZOracleDA to connect to the Oracle database. Everything works well, but when I delete a login from the database or change the password from user, this modifications has effect just after restating the Zope.
Someone has any idea why this happens?
Thanks
Marcos
From: Gerald Gutierrez <pozix@home.com>
Where did you get 0.9.4? The zope products page only lists 0.8.8b, and the search doesn't bring it up either.
he means the how-to version 0.9.4. as to the original question: sorry, i don't have experience with Oracle. With MySQL (as used in the How-To) changing password or deleting users works immediately. Ciao, Jochen -- -------------------------------------------------- Jochen Knuth WebMaster http://www.ipro.de IPRO GmbH Phone ++49-7152-93330 Steinbeisstr. 6 Fax ++49-7152-933340 71229 Leonberg EMail: J.Knuth@ipro.de
Thanks Jochen Knuth and Gerald Gutierrez. I found the reasons of why the modifications such as deleting users, changing passwords or roles doesn´t works immediately. I looked the code source of UserSource.py And discoverd that it checks first in the cache and if doesn´t find the informations there it checks the data in the database. []´s Marcos -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ Marcos Massao Iuato WebProgrammer http://www.hiper.com.br marcos@hiper.com.br -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ ----- Original Message ----- From: Jochen Knuth <J.Knuth@ipro.de> To: Marcos Iuato <marcos@hiper.com.br> Cc: Gerald Gutierrez <pozix@home.com>; <zope@zope.org> Sent: Wednesday, February 07, 2001 3:33 PM Subject: Re: [Zope] LoginManager with ZOracleDA
Hi,
Marcos Iuato schrieb:
I used this Product: http://www.zope.org/Members/jok/SQL_based_LoginManager
Hi,
I am trying LoginManager Version: 0.9.4 using ZOracleDA to connect to the Oracle database. Everything works well, but when I delete a login from the database or change the password from user, this modifications has effect just after restating the Zope.
Someone has any idea why this happens?
Thanks
Marcos
From: Gerald Gutierrez <pozix@home.com>
Where did you get 0.9.4? The zope products page only lists 0.8.8b, and
the
search doesn't bring it up either.
he means the how-to version 0.9.4.
as to the original question: sorry, i don't have experience with Oracle. With MySQL (as used in the How-To) changing password or deleting users works immediately.
Ciao, Jochen -- -------------------------------------------------- Jochen Knuth WebMaster http://www.ipro.de IPRO GmbH Phone ++49-7152-93330 Steinbeisstr. 6 Fax ++49-7152-933340 71229 Leonberg EMail: J.Knuth@ipro.de
participants (3)
-
Gerald Gutierrez -
Jochen Knuth -
Marcos Iuato