Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: akong on October 06, 2014, 06:20:59 AM

Title: Roundcube can't change password.
Post by: akong on October 06, 2014, 06:20:59 AM
I use chpasswd plugin want to change password.But I got error message.
QuoteUnable to execute /usr/sbin/chpasswd 2> /dev/null in /usr/share/roundcubemail/plugins/password/drivers/chpasswd.php on line 32
I make sure chpasswd path is correct.What is this problem?
Title: Re: Roundcube can't change password.
Post by: SKaero on October 06, 2014, 10:28:48 AM
Make sure the web server has permission to run chpasswd.
Title: Re: Roundcube can't change password.
Post by: akong on October 06, 2014, 08:56:53 PM
Thanks for your reply.
I have already run visudo and add apache ALL=NOPASSWD: /usr/sbin/chpasswd
Is it all right?
Have any other need edit?