rsanchez-wsu / jfiles

A Java-based file browser
GNU General Public License v3.0
20 stars 9 forks source link

Account Commands #333

Open LoganRickert opened 7 years ago

LoganRickert commented 7 years ago

Commands to create and manage accounts need to be created.

Adduser

Registers a new account.

Format:

ADDUSER <username> [password]

Example:

REIGSTER test test

Userdel

Deletes a user account.

Format:

USERDEL <username>

Example:

USERDEL test

Logout

Logs the user out.

Format:

LOGOUT

Groupadd

Creates a new group.

Format:

GROUPADD <group>

Flags:

Example:

GROUPADD test

User

Edits user information

Format:

USER <username>

Flags:

Example:

USER test -addgroup:testgroup

Users

Lists the users.

Format:

USERS

This issue will be finished when all commands are complete.