Roundcube Community Forum

 

Password change

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

Previous topic - Next topic

HTF

Hi,

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

Regards

SKaero

RoundCube comes with a a change password plugin, check out the plugins/password/README for more information.

bagu

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)

HTF

Hi,

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

rosali

Yes, if you have an external hmailserver database (MySQL).

hmail_password plugin works for me and lots of others.
Regards,
Rosali

bagu

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 ?

rosali

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

HTF

Quote from: rosali;25041Yes, 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'?

rosali

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

HTF

Quote from: rosali;25048So 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?

rosali

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


bagu

#12
Quote from: rosali;25046hmail 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 ?

rosali

Posted via Mobile Device

See my signature. Check your config.inc.php for correct database connection string.
Regards,
Rosali

bagu

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)