snoopotic Posted May 31, 2013 Posted May 31, 2013 Hi, I am using roundcube as web mailer. There is a Plugin to make it possible to change the mail password for users: http://trac.roundcube.net/browser/github/plugins/password/README Can you give me appropriate sql queries to configure it properly against froxlor? If you have a better idea than sqling you can also assist me. Thank you, Snoopotic
nisamudeen97 Posted July 14, 2016 Posted July 14, 2016 Below query is needed for proper working of password rest via roundcube plugin "password" $config['password_query'] = 'UPDATE mail_users SET password=%p,password_enc=%c WHERE email=%u';
d00p Posted July 14, 2016 Posted July 14, 2016 Read https://github.com/Froxlor/Froxlor/blob/extras/roundcube_plugins/password/README _carefully_
d00p Posted May 31, 2013 Posted May 31, 2013 https://github.com/Froxlor/Froxlor/tree/extras/roundcube_plugins/password
snoopotic Posted May 31, 2013 Author Posted May 31, 2013 Yeha found it. cool. well, maybe I will do an update as this is 3 years old and roundcube has changed much sadly the plugin is also older than roundcube 0.9.1 and seems not to work :/ meh.
Question
snoopotic
Hi,
I am using roundcube as web mailer.
There is a Plugin to make it possible to change the mail password for users:
http://trac.roundcube.net/browser/github/plugins/password/README
Can you give me appropriate sql queries to configure it properly against froxlor? If you have a better idea than sqling you can also assist me.
Thank you,
Snoopotic
6 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.