This Field Type validates and stores information about a user.
Name
Internal name
Expected input
User
ezuser
ignored
Table of contents:
Table of Contents
minLevel
2
Note
title
User Field Type is read-only
In eZ Publish 5.x User Field Type is read-only. A dedicated API for handling users is available, for more details see eZ\Publish\API\Repository\UserService.
...
PHP API Field Type
Value Object
Property
Type
Description
Example
hasStoredLogin
boolean
Denotes if user has stored login.
true
contentId
int|string
Id of the Content corresponding to the user.
42
login
string
Username.
john
email
string
Users' email address.
john@smith.com
passwordHash
string
Hash of the user's password.
1234567890abcdef
passwordHashType
mixed
Algorithm user for generating password hash as a PASSWORD_HASH_* constant defined in eZ\Publish\Core\Repository\Values\User\User class.