mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 10:08:45 +02:00
n°524 - password policy
This commit is contained in:
@@ -35,7 +35,7 @@ class ormPassword
|
||||
{
|
||||
protected $m_sHashed;
|
||||
protected $m_sSalt;
|
||||
|
||||
|
||||
/**
|
||||
* Constructor, initializes the password from the encrypted values
|
||||
*/
|
||||
@@ -53,7 +53,7 @@ class ormPassword
|
||||
{
|
||||
$this->m_sHashed = password_hash($sClearTextPassword, PASSWORD_DEFAULT);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Print the password: displays some stars
|
||||
* @return string
|
||||
|
||||
Reference in New Issue
Block a user