Module users

Module users 

Source
Expand description

Constants and types for dealing with Sandstorm users, as well as implementations of ByteRead and ByteWrite for these types.

Enums§

UserRole
The roles a user can take.
UsersLoadingError
Errors that can occur when the server loads a users file.

Constants§

ADMIN_PREFIX_CHAR
A symbol character that identifies the admin user role.
COMMENT_PREFIX_CHAR
A character used to write comments on the users file.
DEFAULT_USER_PASSWORD
The default user password.
DEFAULT_USER_USERNAME
The default user username.
ESCAPE_CHAR
A character used for escape sequences when specifying users.
REGULAR_PREFIX_CHAR
A symbol character that identifies the regular user role.