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?
Make sure the web server has permission to run chpasswd.
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?