• eZ Systems Website • Editor documentation
Back to the top
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 2 Current »
This Field Type validates and stores information about a user.
User
ezuser
hasStoredLogin
boolean
true
contentId
int|string
42
login
string
john
email
john@smith.com
passwordHash
1234567890abcdef
passwordHashType
mixed
PASSWORD_HASH_*
eZ\Publish\Core\Repository\Values\User\User
User::PASSWORD_HASH_MD5_USER
maxLogin
int
1000
eZ\Publish\Core\Repository\Values\User\User::PASSWORD_HASH_MD5_PASSWORD
eZ\Publish\Core\Repository\Values\User\User::PASSWORD_HASH_MD5_USER
eZ\Publish\Core\Repository\Values\User\User::PASSWORD_HASH_MD5_SITE
eZ\Publish\Core\Repository\Values\User\User::PASSWORD_HASH_PLAINTEXT
Passwords are stored in plaintext, should not be used for real sites.