diff --git a/accounts.html b/accounts.html index c36167d..16f0353 100644 --- a/accounts.html +++ b/accounts.html @@ -135,12 +135,12 @@
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 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.
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:
private/users.json
to a safe placeprivate/users.json.blank
over private/users.json
or simply refresh your browserNote: 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
UPDATE `users`
SET `password` = '$2y$10$Nu35w4pteLfc7BDCIkDPkecjw8wsH8Y2GMfIewUbXLT7zzW6WOxwq'
WHERE `username` = 'admin';