diff options
author | Karen Carias <karen@gitlab.com> | 2015-04-28 23:02:14 +0000 |
---|---|---|
committer | Karen Carias <karen@gitlab.com> | 2015-04-28 23:02:14 +0000 |
commit | 5820c00805b7be2db4abfafbe9c7bd78b1866522 (patch) | |
tree | 5af0919d9f32fc7745983ab06797fa6fb11cdd06 | |
parent | 7594a7501a1fe006abb62d1eb41e7547bd7bfe10 (diff) | |
download | gitlab-ce-5820c00805b7be2db4abfafbe9c7bd78b1866522.tar.gz |
Added link to separate file about how to reset root password
-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 |