User
@Js
const mixin User
User account
User meta data as Haystack dict
Ref identifier
Does this user have admin permissions
Does this user have superuser permissions
Email address if configured
Display string for user
Username identifier
abstract Str dis()
Display string for user
abstract Str? email()
Email address if configured
abstract Ref id()
Ref identifier
abstract Bool isAdmin()
Does this user have admin permissions
abstract Bool isSu()
Does this user have superuser permissions
abstract Dict meta()
User meta data as Haystack dict
abstract Str username()
Username identifier