Skip to content

Commit

Permalink
Update authentication.md (#14980)
Browse files Browse the repository at this point in the history
add detail to reset_admin_password setting
  • Loading branch information
crossan007 authored Nov 14, 2024
1 parent 9950684 commit 1ffdd32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docs/configuration/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ On startup, an admin user and password are generated and printed in the logs. It

In the event that you are locked out of your instance, you can tell Frigate to reset the admin password and print it in the logs on next startup using the `reset_admin_password` setting in your config file.

```yaml
auth:
reset_admin_password: true
```
## Login failure rate limiting
In order to limit the risk of brute force attacks, rate limiting is available for login failures. This is implemented with Flask-Limiter, and the string notation for valid values is available in [the documentation](https://flask-limiter.readthedocs.io/en/stable/configuration.html#rate-limit-string-notation).
Expand Down

0 comments on commit 1ffdd32

Please sign in to comment.