Author Topic: Password change  (Read 20127 times)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Password change
« Reply #15 on: February 01, 2010, 08:20:41 AM »
Posted via Mobile Device
So it works for you now? Yes, post or PM'me translations.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline bagu

  • Full Member
  • ***
  • Posts: 109
    • Bagu.biz
Password change
« Reply #16 on: February 01, 2010, 08:45:27 AM »
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)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Password change
« Reply #17 on: February 01, 2010, 12:21:58 PM »
Posted via Mobile Device
Did you modify the default skin (autocomplete=off)?
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Password change
« Reply #18 on: February 01, 2010, 12:23:28 PM »
Posted via Mobile Device
Did you modify the default skin (autocomplete=off)?

Do you use remember me plugin?
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline bagu

  • Full Member
  • ***
  • Posts: 109
    • Bagu.biz
Password change
« Reply #19 on: February 01, 2010, 12:48:58 PM »
Quote from: rosali;25079
Posted 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

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Password change
« Reply #20 on: February 01, 2010, 04:14:30 PM »
Could you please test if attached plugin version solves the problem?
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline bagu

  • Full Member
  • ***
  • Posts: 109
    • Bagu.biz
Password change
« Reply #21 on: February 01, 2010, 04:46:18 PM »
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....

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Password change
« Reply #22 on: February 01, 2010, 05:36:03 PM »
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
__________________
MyRoundcube Project (commercial)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Password change
« Reply #23 on: February 01, 2010, 05:42:29 PM »
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
__________________
MyRoundcube Project (commercial)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Password change
« Reply #24 on: February 02, 2010, 01:30:30 AM »
This one should be working now. For some reason the old version did not wipe out the old session from the database.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline bagu

  • Full Member
  • ***
  • Posts: 109
    • Bagu.biz
Password change
« Reply #25 on: February 02, 2010, 05:52:58 AM »
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.

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Password change
« Reply #26 on: February 02, 2010, 06:47:14 AM »
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
__________________
MyRoundcube Project (commercial)

Offline bagu

  • Full Member
  • ***
  • Posts: 109
    • Bagu.biz
Password change
« Reply #27 on: February 02, 2010, 08:05:45 AM »
When i comment the line, i get this message when logout :

Code: [Select]
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...
« Last Edit: February 02, 2010, 08:28:04 AM by bagu »

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Password change
« Reply #28 on: February 02, 2010, 09:25:17 AM »
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
__________________
MyRoundcube Project (commercial)

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Password change
« Reply #29 on: February 02, 2010, 11:08:49 AM »
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