Author Topic: Password change  (Read 20116 times)

Offline HTF

  • Jr. Member
  • **
  • Posts: 20
Password change
« on: January 28, 2010, 04:36:45 AM »
Hi,

Is there any plug what gives password change possibility for the users?

Regards

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,878
    • SKaero - Custom Roundcube development
Password change
« Reply #1 on: January 28, 2010, 05:16:23 AM »
RoundCube comes with a a change password plugin, check out the plugins/password/README for more information.

Offline bagu

  • Full Member
  • ***
  • Posts: 109
    • Bagu.biz
Password change
« Reply #2 on: January 28, 2010, 10:44:24 AM »
It seems it don't work with hmailserver...

And the hmail_password plugin don't work (mark paswword is changed, but can still login with old password and not with the new one)

Offline HTF

  • Jr. Member
  • **
  • Posts: 20
Password change
« Reply #3 on: January 30, 2010, 12:55:34 PM »
Hi,

So is there any working solution to change the password with roundcube and hMailserver

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Password change
« Reply #4 on: January 31, 2010, 05:57:26 AM »
Yes, if you have an external hmailserver database (MySQL).

hmail_password plugin works for me and lots of others.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline bagu

  • Full Member
  • ***
  • Posts: 109
    • Bagu.biz
Password change
« Reply #5 on: January 31, 2010, 07:15:59 PM »
I have an external database, the password seem to be changed, but when i try to log with new password, it don't work.

So i try with old, and when trying with old password, it work.
So password is not changed.

Hmail_password don't work on hmailserver 5.3.2 ?

An other thing, hmailserver 5.3.x don't use md5 encryption as default encryption now...
Is there any way to make this plugin work AND use the new encryption ?

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Password change
« Reply #6 on: February 01, 2010, 01:01:24 AM »
hmail 5.3.2 is beta. Nethertheless I installed it on a test machine. The change password plugin works for me. So it looks like some misconfiguration on your side.

There is no way I see to support others than md5 encryption. I want to have the plugin to be able running on a *NIX box. So I can't use hmail COM API which requires Windows OS.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline HTF

  • Jr. Member
  • **
  • Posts: 20
Password change
« Reply #7 on: February 01, 2010, 01:44:24 AM »
Quote from: rosali;25041
Yes, if you have an external hmailserver database (MySQL).

hmail_password plugin works for me and lots of others.


I've just test it and it's not working as it says 'password sucessfuly changed' and then old password still working and the new one is not, also can you help me with your 'register' plug I'm receving message 'failed to register user'?

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Password change
« Reply #8 on: February 01, 2010, 02:29:05 AM »
So it is clearly a configuration issue. What do you have in ./config/config.inc.php ::: $rcmail_config['db_hmail_password_dsn'] ? ? ?

Which Roundcube version do you use?
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline HTF

  • Jr. Member
  • **
  • Posts: 20
Password change
« Reply #9 on: February 01, 2010, 02:59:40 AM »
Quote from: rosali;25048
So it is clearly a configuration issue. What do you have in ./config/config.inc.php ::: $rcmail_config['db_hmail_password_dsn'] ? ? ?

Which Roundcube version do you use?


Now it looks like I still have to logon once with the old password (after password change) and then at the second logon the new password is working:o

What about registration plug, do I have to set something in the config.inc.php file except domains for registration?

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Password change
« Reply #10 on: February 01, 2010, 03:15:54 AM »
Register does not work with hMail 5.3.2 yet. Wait until I have updated the drivers. Currently there is only a driver for 5.3.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline bagu

  • Full Member
  • ***
  • Posts: 109
    • Bagu.biz
Password change
« Reply #12 on: February 01, 2010, 06:18:27 AM »
Quote from: rosali;25046
hmail 5.3.2 is beta. Nethertheless I installed it on a test machine. The change password plugin works for me. So it looks like some misconfiguration on your side.

There is no way I see to support others than md5 encryption. I want to have the plugin to be able running on a *NIX box. So I can't use hmail COM API which requires Windows OS.


Hum, same problem on hmailserver 5.3.1, so it's not an hmailserver issue...
I used squirrelmail before, and the password changer worked on it.

Other thing, there is a change in database when i use this plugin, but it only encrypt the old password in md5 and save it.
So the new password is never changed.

Maybe i use an old or a wrong version of this plugin...
Can you give me a link to your version ?

EDIT : oh, i don't see the post before me...so i will try the solution...

EDIT2 : are you interested by French localisation for this plugin and for setting plugin ?
« Last Edit: February 01, 2010, 06:24:47 AM by bagu »

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Password change
« Reply #13 on: February 01, 2010, 07:12:20 AM »
Posted via Mobile Device

See my signature. Check your config.inc.php for correct database connection string.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline bagu

  • Full Member
  • ***
  • Posts: 109
    • Bagu.biz
Password change
« Reply #14 on: February 01, 2010, 07:57:08 AM »
Database connction work fine because no error message (i get successful message) and the password is modified (but it's still the old password, but with md5 not sha)