mailcow / mailcow-dockerized

mailcow: dockerized - ๐Ÿฎ + ๐Ÿ‹ = ๐Ÿ’•
https://mailcow.email
GNU General Public License v3.0
8.97k stars 1.18k forks source link

roundcube password change error #2097

Closed guidtz closed 5 years ago

guidtz commented 5 years ago

Hello, I follow all the documentation about integration of roundcube and password change. But when I try to change a password in roundcube I have this error : "Impossible to save password"

How to reproduce Reproduce Steps to reproduce the behavior please explain how to reproduce the bug: Go to rouncbue ans change the password.

Logs I don't see anything in docker-compose logs. Perhaps another logs or debug ?

System

Thanks

andryyy commented 5 years ago

Hi,

You will need to enable debugging in Roundcube to find the error.

Am 15.12.2018 um 08:45 schrieb Chรฉramy Guillaume notifications@github.com:

Hello, I follow all the documentation about integration of roundcube and password change. But when I try to change a password in roundcube I have this error : "Impossible to save password"

How to reproduce Reproduce Steps to reproduce the behavior please explain how to reproduce the bug: Go to rouncbue ans change the password.

Logs I don't see anything in docker-compose logs. Perhaps another logs or debug ?

System

OS: Debian 9 Browser: firefox and brave Thanks

โ€” You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

guidtz commented 5 years ago

Ok I have this :

PHP Error in /web/rc/program/lib/Roundcube/rcube_plugin.php (157): Failed to load config from /web/rc/plugins/password/config.inc.php

andryyy commented 5 years ago

And the content of that file? :)

guidtz commented 5 years ago

Same as the documentation : https://mailcow.github.io/mailcow-dockerized-docs/third_party-roundcube/

$config['password_driver'] = 'sql'; $config['password_algorithm'] = 'ssha256'; $config['password_algorithm_prefix'] = '{SSHA256}'; $config['password_query'] = "UPDATE mailbox SET password = %P WHERE username = %u";

andryyy commented 5 years ago

The syntax can still be wrong. Please upload the whole file.

guidtz commented 5 years ago

It's all the content of file web/rc/plugins/password/config.inc.php wich other file do you want ?

andryyy commented 5 years ago

Then it may be missing php tags.

guidtz commented 5 years ago

oulalalalala may be I'm a crazy cow with this stupid mistake :-(

andryyy commented 5 years ago

๐Ÿ‘ We are all just crazy cows, penguins and cats.

guidtz commented 5 years ago

Yes ! So you done a very cool job with mailcow. Thanks for you're help