diff --git a/content/en/managing-your-system/managing-users.md b/content/en/managing-your-system/managing-users.md new file mode 100644 index 0000000..9691220 --- /dev/null +++ b/content/en/managing-your-system/managing-users.md @@ -0,0 +1,26 @@ +## Managing Users + +In this section, we will be reviewing how to add and remove users on your Solus system. Before we begin, go to the Budgie Menu, open the Settings app, then go to Users. + +![Users section of Settings](../../images/managing-your-system/settings-users.png) +*Your window should look fairly similar to the one below.* + +To manage your or other’s accounts, you first need to authenticate. Click the Unlock button in the top right corner and type the root password (if you are the only user, this is likely the same password you use to log in). + +In the event it is correct, the Unlock button will change to Lock and the Add / Remove buttons will be clickable. + +### Adding a User + +To add a user, click the `+` button in the bottom left corner of the Users window. This will show the Add User window (shown below). + +![Add User Dialog](../../images/managing-your-system/add-user-dialog.png) + +### Removing a user + +To remove a user, select the user under the “Other Accounts” section and click the `-` button. + +![Users section of Settings - Multiple users](../../images/managing-your-system/settings-users-multiusers.png) + +Upon clicking the remove the user, you will be brought to the following window. In this window, you have the option to keep their files, delete the files, or cancel the removal of the user’s account. + +![Keep files prompt](../../images/managing-your-system/keep-files-prompt.png) \ No newline at end of file diff --git a/content/images/managing-your-system/add-user-dialog.png b/content/images/managing-your-system/add-user-dialog.png new file mode 100644 index 0000000..b2a14ea Binary files /dev/null and b/content/images/managing-your-system/add-user-dialog.png differ diff --git a/content/images/managing-your-system/keep-files-prompt.png b/content/images/managing-your-system/keep-files-prompt.png new file mode 100644 index 0000000..2a3d01d Binary files /dev/null and b/content/images/managing-your-system/keep-files-prompt.png differ diff --git a/content/images/managing-your-system/settings-users-multiusers.png b/content/images/managing-your-system/settings-users-multiusers.png new file mode 100644 index 0000000..a58116a Binary files /dev/null and b/content/images/managing-your-system/settings-users-multiusers.png differ diff --git a/content/images/managing-your-system/settings-users.png b/content/images/managing-your-system/settings-users.png new file mode 100644 index 0000000..3b505de Binary files /dev/null and b/content/images/managing-your-system/settings-users.png differ