Please, remain in English there, when outside of localized forum area, thanks
RoundcubePlugins
- TheCry
- Closed
- Thread is marked as Resolved.
-
-
Geh mal in die Datenbank und stelle in der Tabelle plugins das Plugin manuell auf OK. Den Error musst Du auch entfernen. Dann enable das Plugin noch einmal
Vielen Dank hat geklappt. -
-
hi after ive updatest from 1.1.13 to 1.1.14 my roundcube pw changer isnt running anymore. there only stands : error password was not saved,
-
Because the roundcube_user can't Update the password in the mail_user table.
-
-
so how can i fix this? up to 1.1.13 all works fine
-
Are you user or administrator?
Give the roundcube_user permission to update the password column.
The correct query is in the roundcube plugin under sql -
-
administrator. he has grant rights with: Update mail_pass
-
$sqlUserHost = iMSCP_Registry::get('config')->DATABASE_USER_HOST;
$roundcubeConfig = new iMSCP_Config_Handler_File(iMSCP_Registry::get('config')->CONF_DIR . '/roundcube/roundcube.d$return array(
'up' => "
GRANT SELECT (`mail_addr`), UPDATE (`mail_pass`, `status`) ON `mail_users` TO '" . $roundcubeConfig['DATABASE_USER'] . "'@'" . $sqlUserHost . "';
",
'down' => "
REVOKE ALL PRIVILEGES ON `mail_users` FROM '" . $roundcubeConfig['DATABASE_USER'] . "'@'" . $sqlUserHost . "';
" -
-
Then take a look in the roundcube log
-
where should i search for this?
-