Roundcube Community Forum

 

Password change

Started by HTF, January 28, 2010, 04:36:45 AM

Previous topic - Next topic

rosali

Posted via Mobile Device
So it works for you now? Yes, post or PM'me translations.
Regards,
Rosali

bagu

It half work (i'm really sorry)

Password is changed. But, i need to delete roundcube cookies and cache (i use firefox 3.6 and ie8) to make it work with the new password.

don't know if it's a rouncube issue or a plugin issue...

(I will compress files and send it to you as soon as i can)

rosali

Posted via Mobile Device
Did you modify the default skin (autocomplete=off)?
Regards,
Rosali

rosali

Posted via Mobile Device
Did you modify the default skin (autocomplete=off)?

Do you use remember me plugin?
Regards,
Rosali

bagu

Quote from: rosali;25079Posted via Mobile Device
Did you modify the default skin (autocomplete=off)?

Do you use remember me plugin?

No for the two questions.
Setting and hmail_password are the only plugin i use and i use default skin only

rosali

Could you please test if attached plugin version solves the problem?
Regards,
Rosali

bagu

First change :
I need to clear cache, but may be my fault (plugin changed without restart browser session)
Second change :
I get "Imap connexion error" (in french)

I need to set password and restart the server (only hmailserver don't correct the problem)

Frustrating....

rosali

No, it is not your fault. The old database session is not wiped out. There must be a change in CORE I missed.

Try this ... you won't see the successfully changed message ...
Regards,
Rosali

rosali

OOps ... comment line 63

//$rcmail->output->command('display_message', $res, 'error');

!!! Now it works for me!

I will explain soon why this happened!
Regards,
Rosali

rosali

This one should be working now. For some reason the old version did not wipe out the old session from the database.
Regards,
Rosali

bagu

Small question, when you say :

// comment in the following line to use database instead of hMailserver COM API (Windows OS only)
$rcmail_config['db_hmail_password_dsn']

You say i must comment or uncomment when i am on windows ?
(i am on windows with an external database)

Because i still need to erase cookie to get an acces with new password.

rosali

Comment, if you are on windows. On my machine no relevant cookies are left on IE7/8 and Firefox. Cross-check by adding ...

[html]

[/html>

... into ./skins/default/templates/login.html just before the closing body tag.
Regards,
Rosali

bagu

#27
When i comment the line, i get this message when logout :

La page n'est pas redirigée correctement

Firefox a détecté que le serveur redirige la demande pour cette adresse d'une manière qui n'aboutira pas.

    *   La cause de ce problème peut être la désactivation ou le refus
          des cookies.

Cookies are enable, so the last line is not the problem...

And just after, if i want to log, i get an imap connection error. So i must reset the password with hmail manager, and reboot the server AND erase cookie to regain access.

Again, after server reboot AND cookie erase, i regain connexion

But i can still acces with outlook

There is an error message in log :
[02-Feb-2010 14:09:34 +0100]: IMAP Error: Empty startup greeting (localhost:143) (POST /rm/?_task=&_action=login)

EDIt : with the alert, i get a message :

mailviewsplitterv=165; rc_sess=********; voted_polls[12]=1; NewBBPlusLastVisit=1264699242; layout=horizontal; PHPSESSID=******; popunder=yes; popundr=yes

And when i go to cookie manager of firefox there is prefsviewsplitter and mailviewsplitterv.
I regain connection when i erase these two cookie...I really don't understand why...

rosali

As you see there is no password cookie ...

Regarding the empty startup greeting this has been fixed in trunk. Please use current SVN release.

I do not speek french, so I don't understand the firefox message.

Can you access it after you close browser instead of rebooting/clearing?
Regards,
Rosali

SKaero

The empty startup greeting was fixed in 3.1 and did not allow the user to login at all, it sounds like a different problem to me. http://trac.roundcube.net/ticket/1486085