Roundcube Community Forum

 

password plugin help urgent !!

Started by rajeshjsl, February 25, 2011, 01:27:39 PM

Previous topic - Next topic

rajeshjsl

i am a newbie , have installed and activated roundcube , activate the password change plugin ..

but when i try to change the password it says could not save password ,,
what can be the reason ??

i am using sql driver method ..

please help

tried cpanel method also , didn't work .

what to use for the password query field ??

me using

$rcmail_config['password_query'] = 'SELECT update_passwd(%c, %u)';

also in my database i dont find any password field only users and other fields ,
so how is it gonna work ??

SKaero

If your host has cPanel then you'd need to use the cPanel driver. You can only use the SQL driver if you have directed access to the mail server database.

rajeshjsl

Quote from: skaero;33494If your host has cPanel then you'd need to use the cPanel driver. You can only use the SQL driver if you have directed access to the mail server database.

how do i direct access to mail server database ??

SKaero

I'm going to guess that if you don't know how to access the mail server database you don't have access to it. Like I said before if your server has cPanel you need to use the cPanel driver.

rajeshjsl

Quote from: skaero;33507I'm going to guess that if you don't know how to access the mail server database you don't have access to it. Like I said before if your server has cPanel you need to use the cPanel driver.

tried the cpanel driver

its saying could not save password

does my roundcube database has anything to do with it ??

ABerglund

Quote from: rajeshjsl;33511does my roundcube database has anything to do with it ??
No. Passwords are not stored in Roundcube, merely passed on to the mail host. The password plugin is intended to communicate with the password change routines on the mailhost.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

rajeshjsl

Quote from: ABerglund;33513No. Passwords are not stored in Roundcube, merely passed on to the mail host. The password plugin is intended to communicate with the password change routines on the mailhost.

me using cpanel driver , the settings are correct , usename,pass host , x3 theme , etc

then why its showing "could not save password" ??

SKaero