Commit dbdf7b11fb42b881386f1bf7772dc48e35c51c30

Authored by Sergio Oliveira
1 parent ca88bc8c

Added password validator for gitlab

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
cookbooks/colab/templates/gitlab.py.erb
... ... @@ -38,3 +38,7 @@ menu_urls = (
38 38 kwargs={'path': 'merge_requests'}, auth=True),
39 39  
40 40 )
  41 +
  42 +password_validators = (
  43 + 'colab_gitlab.password_validators.min_length',
  44 +)
... ...