瀏覽代碼

修改密码

lizhen_gitee 2 年之前
父節點
當前提交
e08069955e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/common/library/Auth.php

+ 1 - 1
application/common/library/Auth.php

@@ -441,7 +441,7 @@ class Auth
             }
             return true;
         } else {
-            $this->setError('Password is incorrect');
+            $this->setError('原密码不正确');
             return false;
         }
     }