UserSettings
class UserSettings (View source)
Represents settings for new/updated user.
Methods
fullName(string $fullName)
Sets full name of the user (optional).
password(string $password)
Sets password of the user.
role(string $role, string $bucket = null)
Adds role to the list of the accessible roles of the user.
Details
UserSettings
fullName(string $fullName)
Sets full name of the user (optional).
UserSettings
password(string $password)
Sets password of the user.
UserSettings
role(string $role, string $bucket = null)
Adds role to the list of the accessible roles of the user.