Browse Source

修改密码

lizhen_gitee 1 year ago
parent
commit
e08069955e
1 changed files with 1 additions and 1 deletions
  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;
         }
     }