Commit
dbdf7b11fb42b881386f1bf7772dc48e35c51c30
Exists in
master
and in
24 other branches
add_you_are_here_breadcrumbs_label, backup_not_prod, button_suspension_points_remove, disable_email_dev, fix_edit_institution, fix_edit_software_with_another_license, fix_list_style_inside_article, fix_members_pagination, fix_models_translations, fix_no_license, fix_software_block_migration, fix_validations_and_tests, header_fix, kalibro-processor-package, lxc, margin_fix, remove_secondary_email_from_user, review_message, signals_user_noosfero, sisp_dev_master, software_catalog_style_fix, software_catalog_style_fixes, thread_dropdown, update_softwares_boxes
Added password validator for gitlab
| @@ -38,3 +38,7 @@ menu_urls = ( |
| @@ -38,3 +38,7 @@ menu_urls = ( |
38
| kwargs={'path': 'merge_requests'}, auth=True), |
38
| kwargs={'path': 'merge_requests'}, auth=True), |
39
| |
39
| |
40
| ) |
40
| ) |
| |
41
| + |
| |
42
| +password_validators = ( |
| |
43
| + 'colab_gitlab.password_validators.min_length', |
| |
44
| +) |