mirror of
https://github.com/filegator/filegator.git
synced 2025-01-29 10:37:58 +01:00
parent
b573717279
commit
9ac240659f
@ -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`
|
||||
|
||||
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user