* Don not check password strength.

This commit is contained in:
宋辰轩
2022-11-16 16:31:03 +08:00
parent cdb40c8190
commit 4692b3e26e
+1
View File
@@ -412,6 +412,7 @@ class userEntry extends entry
{
$this->setPost('password1', md5($password));
$this->setPost('password2', md5($password));
$this->setPost('passwordStrength', 2);
}
$this->setPost('verifyPassword', md5($this->app->user->password . $this->app->session->rand));