mirror of
https://github.com/dducret/kopano-webapp-passwd
synced 2026-07-27 10:32:26 +02:00
fixed typo
This commit is contained in:
parent
5064cf5742
commit
564b8d2dd1
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ class PasswdModule extends Module
|
|||
|
||||
if($this->checkPasswordStrenth($passwd)) {
|
||||
// all information correct, change password
|
||||
$cmd = sprintf($passwd_cmd, $data['username'], $data['current_passwd'], $passwd);
|
||||
$cmd = sprintf($passwd_cmd, $data['username'], $data['current_password'], $passwd);
|
||||
exec($cmd, $arrayout, $retval);
|
||||
|
||||
if ($retval === 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue