Class TUserManagerPasswordMode
TUserManagerPasswordMode class. TUserManagerPasswordMode defines the
enumerable type for the possible modes that user passwords can be specified for
a 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
- TEnumerable implements Iterator
-
TUserManagerPasswordMode
Package: System\Security
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Security/TUserManager.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Security/TUserManager.php
__construct(),
current(),
key(),
next(),
rewind(),
valid()
|
string |
Clear |
'Clear' |
|
string |
MD5 |
'MD5' |
|
string |
SHA1 |
'SHA1' |