diff options
-rw-r--r-- | doc/security/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/security/README.md b/doc/security/README.md index c67f297df1d..d35f09c7a3e 100644 --- a/doc/security/README.md +++ b/doc/security/README.md @@ -1,6 +1,7 @@ # Security -- [Password length limits and How to reset your root password](password_length_limits.md) +- [Password length limits](password_length_limits.md) - [Rack attack](rack_attack.md) - [Web Hooks and insecure internal web services](webhooks.md) -- [Information exclusivity](information_exclusivity.md)
\ No newline at end of file +- [Information exclusivity](information_exclusivity.md) +- [Reset your root password] (reset_root_password.md)
\ No newline at end of file |