Update accounts.md (#478)

Fix grammar errors for clarity
This commit is contained in:
David Wampamba 2024-07-09 14:26:52 +03:00 committed by GitHub
parent b573717279
commit 9ac240659f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`
```