Class TUserManagerPasswordMode

Description

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

  • author: Qiang Xue <qiang.xue@gmail.com>
  • version: $Id: TUserManager.php 2996 2011-06-20 15:24:57Z ctrlaltca@gmail.com $
  • since: 3.0.4

Located in /Security/TUserManager.php (line 396)

TEnumerable
   |
   --TUserManagerPasswordMode
Class Constant Summary
 Clear = 'Clear'
 MD5 = 'MD5'
 SHA1 = 'SHA1'
Methods
Class Constants
Clear = 'Clear' (line 398)
MD5 = 'MD5' (line 399)
SHA1 = 'SHA1' (line 400)

Documentation generated on Mon, 25 Jun 2012 14:39:33 +0200 by phpDocumentor 1.4.3