ezuser
Date de publication: le jeudi 31 mars 2011 à 16h55
Dernière modification: par Pascal BOYER le jeudi 31 mars 2011 à 16h55
versions 3.9, 3.10, 4.x
Summary / Résumé
Contains information about a user.
Contient des informations sur un utilisateur.
Persistent / Persistant
Yes / Oui
Attributes / Attributs
|
Attribute Attribut | Type | Static* | Description |
|---|---|---|---|
| contentobject_id |
string Chaîne de caractères |
Yes Oui |
The ID number of the object that represents the user. Le numéro de ID de l'objet qui représente l'utilisateur. |
| login |
string Chaîne de caractères |
Yes Oui |
The username of the user. Le nom d'utilisateur de l'utilisateur. |
|
string Chaîne de caractères |
Yes Oui |
The E-mail address of the user (for example "marty@ez.no"). L'adresse e-mail de l'utilisateur (par exemple marty@ez.no) |
|
| password_hash |
string Chaîne de caractères |
Yes Oui |
The encrypted version of the user's password. La version cryptée du mot de passe de l'utilisateur. |
| password_hash_type |
string Chaîne de caractères |
Yes Oui |
The type of encryption that was used to obfuscate the user's password. Le type de cryptage utiliser pour brouiller le mot de passe de l'utilisateur. |
| contentobject |
object Objet |
No Non |
The actual object (as ezcontentobject) that represents the user. Le véritable objet (en tant que ezcontentobject ) qui représente l'utilisateur. |
| groups |
array Tableau |
No Non |
The object ID numbers of the user groups that the user is a member of. Les numéros de ID des objets des groupes d'utilisateurs auxquels appartient l'utilisateur. |
| has_stored_login |
boolean booléen |
No Non |
Returns TRUE if the user has a non-empty username stored in the database; otherwise FALSE will be returned. Renvoie TRUE (VRAI) si l'utilisateur a un nom d'utilisateur stocké dans la base de données. Sinon, renvoie FALSE (FAUX). |
| original_password |
string Chaîne de caractères |
No Non |
The password input by the user from the last page (from "/user/register" or "/content/edit"). It is only used for validation of the password. It will be FALSE if empty input was provided. Le mot de passe entré par l'utilisateur dans la dernière page ( /user/register ou /content/edit). C'est seulement utilisé pour la validation du mot de passe. Vaudra FALSE (FAUX) si un mot de passe vide est fourni. |
| original_password_confirm |
string Chaîne de caractères |
No Non |
The confirmation password for the "original_password" attribute (FALSE if empty). La confirmation du mot de passe de l'attribut original_password (FALSE (FAUX) si vide). |
| roles |
array Tableau |
No Non |
The roles (as ezrole objects) that are assigned to the user. Le rôle (en tant que objects ezrole ) qui sont assignés à l'utilisateur. |
| role_id_list |
array Tableau |
No Non |
The ID numbers of the roles that are assigned to the user. Les numéros de ID des rôles assignés à l'utilisateur. |
| limited_assignment_value_list |
array Tableau |
No Non |
Not documented yet. Pas encore documenté. |
| is_logged_in |
boolean booléen |
No Non |
Returns TRUE if the user is logged in, FALSE otherwise. Retourne TRUE (VRAI) si l'utilisateur est logué, sinon renvoie FALSE (FAUX). |
| is_enabled |
boolean booléen |
No Non |
Returns TRUE if the user is enabled, FALSE otherwise. Renvoie TRUE (VRAI) si l'utilisateur est autorisé, sinon renvoie FALSE (FAUX). |
| last_visit |
string Chaîne de caractères |
No Non |
Not documented yet. Pas encore documenté. |
| has_manage_locations |
boolean booléen |
No Non |
Not documented yet. Pas encore documenté. |
* Indicates whether the attribute provides a pre-fetched value or if it needs to be computed upon request.
* Indique si l'attribut fournit une valeur pré-recherchée ou s'il doit être calculé à la demande.














