diff --git a/configuration/managing-users/en.md b/configuration/managing-users/en.md index 3f57cd0..7d6e10b 100755 --- a/configuration/managing-users/en.md +++ b/configuration/managing-users/en.md @@ -3,25 +3,96 @@ title = "Managing Users" +++ # Managing Users -To add and remove users on your Solus system, go to the Budgie Menu, open the Settings app, then go to Users. +Adding and removing users is a simple process in Solus with this guide showing you how to do it. -{{< altimg "settings-users.jpg" "help-center/configuration/managing-users/" >}} -*Your window should look fairly similar to the one above.* +## Budgie -To manage your own or other accounts, you first need to authenticate. Click the Unlock button in the top right corner and type your password. Note that you are required to be an administrator. If you're the only user on the system, then your account is an administrator by default. +To add and remove users with Budgie, start by opening the Budgie Menu and then click on "Users" in the System Settings category. -In the event it is correct, the Unlock button will change to Lock and the Add / Remove buttons will be clickable. +{{< altimg "single-user-settings.jpg" "help-center/configuration/managing-users/" >}} -## Adding a User +To manage your own or other accounts, you first need to authenticate. Click the "Unlock" button in the top right corner and type your password. Note that you are required to be an administrator. If you're the only user on the system, then your account is an administrator by default. -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). +In the event it is correct, the "Unlock" button will change to "Add User..." -{{< altimg "add-user-dialog.png" "help-center/configuration/managing-users/" >}} +### Adding a User -## Removing a user +To add a user, click the "Add User..." button in the top right corner of the Users window. -To remove a user, select the user under the “Other Accounts” section and click the `-` button. +{{< altimg "add-user-button.jpg" "help-center/configuration/managing-users/" >}} -Upon clicking to remove the user, you will be brought to the following window. In this window, you have the option to keep their files, delete their files, or cancel the removal of the user’s account. +This will open the Add User window (shown below). + +{{< altimg "add-user-dialog.jpg" "help-center/configuration/managing-users/" >}} + +Fill in the required items and then finish adding the new user by clicking "Add" in the top right corner. + +### Removing a user + +To remove a user, open the Users window and then click on the user you wish to remove. Now click on the red "Remove User..." button in the bottom right corner. + +{{< altimg "multiple-user-settings.jpg" "help-center/configuration/managing-users/" >}} + +Upon clicking to remove the user, you will be given the option to keep their files, delete their files, or cancel the removal of the user’s account. {{< altimg "keep-files-prompt.jpg" "help-center/configuration/managing-users/" >}} + +## GNOME + +To add and remove users with GNOME, you can click on the icons in the far right of the top panel. Click on your name and then on "Account Setting". + +{{< altimg "gnome-top-panel-right-click.jpg" "help-center/configuration/configuring-displays/" >}} + +Alternatively, you can open the Applications Overlay using the keyboard shortcut `Super + A` or by clicking the applications icon in the dock and then finding and clicking on "Users". + +{{< altimg "single-user-settings.jpg" "help-center/configuration/managing-users/" >}} + +To manage your own or other accounts, you first need to authenticate. Click the "Unlock" button in the top right corner and type your password. Note that you are required to be an administrator. If you're the only user on the system, then your account is an administrator by default. + +In the event it is correct, the "Unlock" button will change to "Add User..." + +### Adding a User + +To add a user, click the "Add User..." button in the top right corner of the Users window. + +{{< altimg "add-user-button.jpg" "help-center/configuration/managing-users/" >}} + +This will open the Add User window (shown below). + +{{< altimg "add-user-dialog.jpg" "help-center/configuration/managing-users/" >}} + +Fill in the required items and then finish adding the new user by clicking "Add" in the top right corner. + +### Removing a user + +To remove a user, open the Users window and then click on the user you wish to remove. Now click on the red "Remove User..." button in the bottom right corner. + +{{< altimg "multiple-user-settings.jpg" "help-center/configuration/managing-users/" >}} + +Upon clicking to remove the user, you will be given the option to keep their files, delete their files, or cancel the removal of the user’s account. + +{{< altimg "keep-files-prompt.jpg" "help-center/configuration/managing-users/" >}} + +## MATE + +To add and remove users with MATE, open the Brisk Menu and click on "Administration" and then on "Users and Groups". + +{{< altimg "mate-single-user-settings.jpg" "help-center/configuration/managing-users/" >}} + +### Adding a User + +To add a user, click the "+ Add" button underneath the list of users. You will be asked to input your password before you can make changes. + +{{< altimg "mate-create-new-user.jpg" "help-center/configuration/managing-users/" >}} + +Fill in the required items and then finish adding the new user by clicking "OK" in the bottom right corner. + +### Removing a user + +To remove a user, open the User Settings window and then click on the user you wish to remove. Now click on the "- Delete" button underneath the list of users. + +{{< altimg "mate-multiple-user-settings.jpg" "help-center/configuration/managing-users/" >}} + +Upon clicking to remove the user, you will be given the option to keep their files, delete their files, or cancel the removal of the user’s account. + +{{< altimg "mate-keep-files-prompt.jpg" "help-center/configuration/managing-users/" >}} diff --git a/imgs/configuration/managing-users/add-user-button.jpg b/imgs/configuration/managing-users/add-user-button.jpg new file mode 100644 index 0000000..340f7a1 Binary files /dev/null and b/imgs/configuration/managing-users/add-user-button.jpg differ diff --git a/imgs/configuration/managing-users/add-user-dialog.jpg b/imgs/configuration/managing-users/add-user-dialog.jpg new file mode 100644 index 0000000..254b818 Binary files /dev/null and b/imgs/configuration/managing-users/add-user-dialog.jpg differ diff --git a/imgs/configuration/managing-users/add-user-dialog.png b/imgs/configuration/managing-users/add-user-dialog.png deleted file mode 100644 index 7f2400a..0000000 Binary files a/imgs/configuration/managing-users/add-user-dialog.png and /dev/null differ diff --git a/imgs/configuration/managing-users/gnome-top-panel-right-click.jpg b/imgs/configuration/managing-users/gnome-top-panel-right-click.jpg new file mode 100644 index 0000000..abd162c Binary files /dev/null and b/imgs/configuration/managing-users/gnome-top-panel-right-click.jpg differ diff --git a/imgs/configuration/managing-users/keep-files-prompt.jpg b/imgs/configuration/managing-users/keep-files-prompt.jpg index 43845b6..aad9dea 100644 Binary files a/imgs/configuration/managing-users/keep-files-prompt.jpg and b/imgs/configuration/managing-users/keep-files-prompt.jpg differ diff --git a/imgs/configuration/managing-users/mate-create-new-user.jpg b/imgs/configuration/managing-users/mate-create-new-user.jpg new file mode 100644 index 0000000..bd15dd4 Binary files /dev/null and b/imgs/configuration/managing-users/mate-create-new-user.jpg differ diff --git a/imgs/configuration/managing-users/mate-keep-files-prompt.jpg b/imgs/configuration/managing-users/mate-keep-files-prompt.jpg new file mode 100644 index 0000000..364da53 Binary files /dev/null and b/imgs/configuration/managing-users/mate-keep-files-prompt.jpg differ diff --git a/imgs/configuration/managing-users/mate-multiple-user-settings.jpg b/imgs/configuration/managing-users/mate-multiple-user-settings.jpg new file mode 100644 index 0000000..a32c240 Binary files /dev/null and b/imgs/configuration/managing-users/mate-multiple-user-settings.jpg differ diff --git a/imgs/configuration/managing-users/mate-single-user-settings.jpg b/imgs/configuration/managing-users/mate-single-user-settings.jpg new file mode 100644 index 0000000..e80fe7f Binary files /dev/null and b/imgs/configuration/managing-users/mate-single-user-settings.jpg differ diff --git a/imgs/configuration/managing-users/multiple-user-settings.jpg b/imgs/configuration/managing-users/multiple-user-settings.jpg new file mode 100644 index 0000000..72adac8 Binary files /dev/null and b/imgs/configuration/managing-users/multiple-user-settings.jpg differ diff --git a/imgs/configuration/managing-users/settings-users.jpg b/imgs/configuration/managing-users/settings-users.jpg deleted file mode 100644 index 9540e39..0000000 Binary files a/imgs/configuration/managing-users/settings-users.jpg and /dev/null differ diff --git a/imgs/configuration/managing-users/single-user-settings.jpg b/imgs/configuration/managing-users/single-user-settings.jpg new file mode 100644 index 0000000..208ba9e Binary files /dev/null and b/imgs/configuration/managing-users/single-user-settings.jpg differ