From 9ac240659f4576c312f825aa32778842546f8206 Mon Sep 17 00:00:00 2001 From: David Wampamba Date: Tue, 9 Jul 2024 14:26:52 +0300 Subject: [PATCH] Update accounts.md (#478) Fix grammar errors for clarity --- docs/accounts.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/accounts.md b/docs/accounts.md index 8682af7..5123f00 100644 --- a/docs/accounts.md +++ b/docs/accounts.md @@ -22,17 +22,17 @@ There are 6 different user permissions admin can assign to each user: - Zip (user can zip and unzip files) -Some permissions require others. For example, Batch Download requires Read permissions (so than user can list files and select them) as well as basic Download permissions. +Some permissions require others. For example, Batch Download requires Read permissions (so that user can list files and select them) as well as basic Download permissions. ## Guest account -Guest account is predefined account and it is disabled by default since no permissions is assigned. +Guest account is a predefined account and it is disabled by default since no permissions are assigned. Admin can enable Guest account which will allow everyone to interact with the repository based on the Guest account permissions. ## Resetting Admin's password -If you forgot your admin password you can follow these steps to reset it: +If you forgot your admin password, follow these steps to reset it: - Backup your current users file `private/users.json` to a safe place - Copy blank template `private/users.json.blank` over `private/users.json` or simply refresh your browser @@ -41,7 +41,7 @@ If you forgot your admin password you can follow these steps to reset it: - Since you are now logged in as admin, simply go to users page and change your password - Log out and try to login with the new password -Note: If you're using database Auth adapter then simply run this query to set default password back to `admin123` +Note: If you're using database Auth adapter then simply run the SQL query below to set default password back to `admin123` ```