mirror of
https://github.com/silentsakky/zarafa-webapp-passwd
synced 2026-07-27 18:41:08 +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)) {
|
if($this->checkPasswordStrenth($passwd)) {
|
||||||
// all information correct, change password
|
// 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);
|
exec($cmd, $arrayout, $retval);
|
||||||
|
|
||||||
if ($retval === 0) {
|
if ($retval === 0) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue