public function getEncryptedPassword()
 {
     return $this->passwordDto->getEncryptedPasswordAndRemoveNonencryptedVersion();
 }
예제 #2
0
 public function storeEncryptedPassword()
 {
     $this->encryptedPassword = $this->passwordDto->getEncryptedPasswordAndRemoveNonencryptedVersion();
 }