* Don not check password strength.
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user