ohif-viewer/LesionTracker/client
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
..
components LT-97: Add requireRegexValidation and requireStrongPasswords properties under passwordOptions which is under passwordOptions. 2016-02-14 17:03:00 -05:00
stylesheets Cleanup to make LesionTracker layout work with refactored packages 2015-10-13 20:50:48 +02:00
body.styl studyDateList template is moved inside hidingPanel 2015-11-17 19:01:41 -05:00
head.html Prevents page zooming 2015-11-17 10:50:54 -05:00
log.js Updates to improve reactivity, session storage, logging 2015-10-30 12:25:08 +01:00
mobileStyles.css lesion table scrollbar is visible 2015-11-19 16:51:52 -05:00
routeHooks.js Applied JSCS and added JSCS/jsHint config files 2016-01-11 11:32:20 +01:00
routes.js LT-160: Create user accounts and require login for access by using active-entry package 2016-01-27 08:35:06 -05:00