ohif-viewer/LesionTracker
Aysel Afsar eb32e1771f LT-97: Add requireRegexValidation and requireStrongPasswords properties under passwordOptions which is under passwordOptions.
- requireRegexValidation toggles whether or not password validation is controlled by regular expression
- requireStrongPasswords toggles whether password validation is controlled by zxcvbn package
LT-104: User account shall be locked after 5 failed attempts
- "failedAttemptsLimit" property which is under passwordOptions in ActiveEntry configuration object sets number of failed attempts count to lock user account, it is set 5 as default
LT-99: Passwords shall use password history of 6
- "passwordHistoryCount" property which is under passwordOptions in ActiveEntry configuration object sets count of last passwords that is not used to reset password
- Show error messages in changePassword template
- Make signIn button disabled if inputs are not validated
2016-02-14 17:03:00 -05:00
..
.gagarin Added starrynight test setup 2016-01-25 21:46:41 +01:00
.meteor LT-97: - Remove zxcvbn package because of version conflict, 2016-02-11 08:48:11 -05:00
bin added .bat files for starting apps in Windows 2015-10-30 10:34:05 -04:00
client LT-97: Add requireRegexValidation and requireStrongPasswords properties under passwordOptions which is under passwordOptions. 2016-02-14 17:03:00 -05:00
public/images Updated logo to the OHIF logo 2015-11-05 13:45:11 -05:00
tests/nightwatch Added nightwatch starrynight scaffold folder 2016-01-26 17:57:50 +01:00
activeEntry.js LT-97: Add requireRegexValidation and requireStrongPasswords properties under passwordOptions which is under passwordOptions. 2016-02-14 17:03:00 -05:00
defaultSettings.js Added starrynight test setup 2016-01-25 21:46:41 +01:00
runGagarinTests.sh Added starrynight test setup 2016-01-25 21:46:41 +01:00
runNightwatchTests.sh Added starrynight test setup 2016-01-25 21:46:41 +01:00