Hi all I have configured the password plugin and I have created the file it_IT.inc under localization, you can find it attached if you want to include it in the main distribution
I have a problem, after i change the password i get the green box with the success message, but also another message with a "SERVICE NOT AVAILABLE" error with code 500, in the middle of the page.
Seems to me that the IMAP server is refusing the connection, and the only thing that can be broken is the password, so i suppose the error is in the password update in $_SESSION, but i couldn't make it work
For me the solution is to add the line
header("Location: index.php?_task=logout");
in password.php, on line 96, that force the user to re autenticate, but this is very dirty in my opinion
Can anyone point me to a solution or give me some tip to accomplish the task?
Thanks
--- 8< --- detachments --- 8< --- The following attachments have been detached and are available for viewing. http://detached.gigo.com/rc/YD/TiwiIPYm/it_IT.inc Only click these links if you trust the sender, as well as this message. --- 8< --- detachments --- 8< ---
List info: http://lists.roundcube.net/dev/
Andrea Cappelli wrote:
I have configured the password plugin and I have created the file it_IT.inc under localization, you can find it attached if you want to include it in the main distribution
Thx, added to repo.
I have a problem, after i change the password i get the green box with the success message, but also another message with a "SERVICE NOT AVAILABLE" error with code 500, in the middle of the page.
There's no connection to IMAP server when you're in Password tab.
Can anyone point me to a solution or give me some tip to accomplish the task?
Did you checked the logs? What password drive you use? There are many ways to error no. 500.
Il giorno mar, 04/08/2009 alle 09.11 +0200, A.L.E.C ha scritto:
I have a problem, after i change the password i get the green box with the success message, but also another message with a "SERVICE NOT AVAILABLE" error with code 500, in the middle of the page.
There's no connection to IMAP server when you're in Password tab.
Attached you can find a screenshot of what i see
Did you checked the logs? What password drive you use? There are many ways to error no. 500.
In the the logs i found an entry like this
[03-Aug-2009 18:15:10 +0200]: IMAP Error: Authentication for tempesta@shinji.it failed (LOGIN): "a001 NO Authentication failed." (GET /webmail/?_task=mail&_mbox=INBOX)
each time i try to go back to inbox after a password change. Notice that the password change works well, the password get changed every time
I use the sql driver
--- 8< --- detachments --- 8< --- The following attachments have been detached and are available for viewing. http://detached.gigo.com/rc/8M/ozUVpC4z/screenshot.png Only click these links if you trust the sender, as well as this message. --- 8< --- detachments --- 8< ---
List info: http://lists.roundcube.net/dev/
Il giorno mar, 04/08/2009 alle 09.11 +0200, A.L.E.C ha scritto:
Andrea Cappelli wrote:
There's no connection to IMAP server when you're in Password tab.
I check the logs, and after saving the password nothing appears in the file, the only error i can see is the "SERVICE CORRENTLY NOT AVAILABLE! Error No. [500]" message behind a green box that advise me that the password was succefully changed. And the password is always successfully changed.
But if i click, after the change of the password, on every link (for example the link that bring me to the inbox) roundcube bring me to the login page, showing a red box saying "Unable to connect to IMAP server" and into the log file i can see this line
[14-Aug-2009 15:57:21 +0200]: IMAP Error: Authentication for ##USER## failed (LOGIN): "a001 NO Authentication failed." (GET /?_task=mail&_mbox=INBOX)
where ##USER## is my username for the imap server. This is the same line i can see in the log file where ad the login i miss the right password
I use the sql driver, and roundcube and IMAP server are on the same box
Any idea?
Anyone has my same problem?
List info: http://lists.roundcube.net/dev/
Il giorno mar, 04/08/2009 alle 09.11 +0200, A.L.E.C ha scritto:
Andrea Cappelli wrote:
I have configured the password plugin and I have created the file
Sorry for posting again, but I have enabled imap logs and i believe i found a possible problem
When i click, after password change, on the link that bring me to email roundcube tries to login again to the imap server, but instead of sending new password, roundcube sends the old password, so no login is possible
This is not the original problem, because as poitend out by Alec after password change there is no imap login (nothing in the imap log), but i still get the "SERVICE CURRENTLY NOT AVAILABLE" message in the middle of the page, so i think i have 2 problems
appears
Any idea?
List info: http://lists.roundcube.net/dev/