mirror of
https://github.com/filegator/filegator.git
synced 2025-08-12 10:16:39 +02:00
@@ -22,17 +22,17 @@ There are 6 different user permissions admin can assign to each user:
|
|||||||
- Zip (user can zip and unzip files)
|
- 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
|
||||||
|
|
||||||
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.
|
Admin can enable Guest account which will allow everyone to interact with the repository based on the Guest account permissions.
|
||||||
|
|
||||||
## Resetting Admin's password
|
## 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
|
- 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
|
- 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
|
- 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
|
- 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`
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user