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 ??
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.
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 ??
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.
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 ??
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.
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" ??
Make sure you have the settings right, read my post here: http://www.roundcubeforum.net/7-third-party-contributions/46-api-based-plugins/8053-configuring-password-plugin-help.html#post33357 for detailed instructions.