[MM-15490] Rework default password requirements (#10844)

* Rework default password requirements

* Update API Test Lib Default User PW

* Remove unused function; Disable password reqs in dev mode

* Disable strict password requirements for unit tests

* Update unit tests
Этот коммит содержится в:
Daniel Schalla
2019-05-21 20:03:36 +02:00
коммит произвёл Christopher Speller
родитель 0b6acaa9ba
Коммит d269891476
9 изменённых файлов: 89 добавлений и 57 удалений

Просмотреть файл

@@ -159,11 +159,11 @@
"FileLocation": ""
},
"PasswordSettings": {
"MinimumLength": 5,
"Lowercase": false,
"Number": false,
"Uppercase": false,
"Symbol": false
"MinimumLength": 10,
"Lowercase": true,
"Number": true,
"Uppercase": true,
"Symbol": true
},
"FileSettings": {
"EnableFileAttachments": true,