Saltar al contenido principal
Versión: Siguiente

Usuarios y grupos

BLOB TO USERS ( usuarios : Blob )
CHANGE CURRENT USER ({ usuario : Text, Integer ; contraseña : Text })
CHANGE PASSWORD ( contraseña : Text )
Current user ( usuario : Integer ) : Text
DELETE USER ( refUsuario : Integer )
EDIT ACCESS
Get default user : Integer
Get group access : Collection
GET GROUP LIST ( nomGrupos : Text array ; numGrupos : Integer array )
GET GROUP PROPERTIES ( refGrupo : Integer ; nombre : Text ; propietario : Integer {; miembros : Integer array} )
Get plugin access ( plugIn : Integer ) : Text
GET USER LIST ( nomsUsuario : Text array ; refUsuario : Integer array )
GET USER PROPERTIES ( refUsuario : Integer ; nombre : Text ; inicio : Text ; contraseña : Text ; nbLogin : Integer ; ultimoLogin : Date {; membrecias : Integer array {; grupoPropietario : Integer}} )
Is user deleted ( refUsuario : Integer ) : Boolean
SET GROUP ACCESS ({ grupos : Collection })
Set group properties ( refGrupo : Integer ; nombre : Text ; propietario : Integer {; miembros : Integer array} ) : Integer
SET PLUGIN ACCESS ( plugIn : Integer ; grupo : Text )
SET USER ALIAS ( alias : Text )
Set user properties ( refUsuario : Integer ; nombre : Text ; inicio : Text ; contraseña : Text, Operator ; nbLogin : Integer ; ultimoLogin : Date {; membrecias : Integer array {; grupoPropietario : Integer}} ) : Integer
User in group ( usuario : Text ; grupo : Text ) : Boolean
USERS TO BLOB ( usuarios : Blob )
Validate password ( refUsuario : Integer, Text ; contraseña : Text {; digest : Boolean} ) : Boolean