Commit
8083c69940bd68063822c8b064538c6861f726bf
Exists in
master
and in
22 other branches
add_you_are_here_breadcrumbs_label, backup_not_prod, disable_email_dev, fix_edit_software_permission, fix_edit_software_with_another_license, fix_hover_button_whitening, fix_models_translations, fix_software_api, fix_software_block_migration, fix_validations_and_tests, header_fix, margin_fix, remove-unused-images, remove_secondary_email_from_user, sisp_colab_config, sisp_dev, sisp_dev_master, sisp_improvements, software_catalog_style_fix, stable-4.x, thread_dropdown, update_software_api
| @@ -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
| +) |