PHP 클래스 Prado\Security\TUserManagerPasswordMode

TUserManagerPasswordMode defines the enumerable type for the possible modes that user passwords can be specified for a {@link TUserManager}. The following enumerable values are defined: - Clear: the password is in plain text - MD5: the password is recorded as the MD5 hash value of the original password - SHA1: the password is recorded as the SHA1 hash value of the original password
부터: 3.0.4
저자: Qiang Xue ([email protected])
상속: extends Prado\TEnumerable
파일 보기 프로젝트 열기: pradosoft/prado