Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-06-07 16:55:22 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-06-07 16:55:22 +0300
commitfc925583dab4dcdaf750bd4aa5d79642fc5c9871 (patch)
tree77510662d50db14e91ceeaac9ccc049dc8e45740 /doc/security/password_length_limits.md
parent5e05ec3b8b7e8f693e3ca74fe73aca64655356a0 (diff)
Add type to frontmatter
Diffstat (limited to 'doc/security/password_length_limits.md')
-rw-r--r--doc/security/password_length_limits.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/security/password_length_limits.md b/doc/security/password_length_limits.md
index d21b26a43e8..3ad78a5c835 100644
--- a/doc/security/password_length_limits.md
+++ b/doc/security/password_length_limits.md
@@ -1,3 +1,7 @@
+---
+type: reference, howto
+---
+
# Custom password length limits
If you want to enforce longer user passwords you can create an extra Devise initializer with the steps below.