diff --git a/cookbooks/colab/templates/gitlab.py.erb b/cookbooks/colab/templates/gitlab.py.erb index 0011251..3494bfb 100644 --- a/cookbooks/colab/templates/gitlab.py.erb +++ b/cookbooks/colab/templates/gitlab.py.erb @@ -38,3 +38,7 @@ menu_urls = ( kwargs={'path': 'merge_requests'}, auth=True), ) + +password_validators = ( + 'colab_gitlab.password_validators.min_length', +) -- libgit2 0.21.2