./bin/users.sh add -u jsmith -p changeme
bin\users.bat add -u jsmith -p changeme
Adds a user to DGLux Server.
-u
: Username for the new user
-p
: Password for the new user
-s
: If added, the the new user will be a superuser
Examples:
# Add a user named 'jsmith' with a password of 'changeme' with no superuser permissions.
./bin/users.sh add -u jsmith -p changeme
# Add a user named 'jsmith' with a password of 'changeme' with superuser permissions.
./bin/users.sh add -u jsmith -p changeme -s
Remove a user from DGLux Server.
-u
: Username of user to remove