Commit Graph

12 Commits

Author SHA1 Message Date
Aysel Afsar
1e1c4033a6 - Refactor ActiveEntry.sigIn method
- Add own Reset password template
- Check password history and validation in Reset Password
- Add expireTimeInMinute in passwordOptions to control expire time of reset link
- Show sending notification while reset link is sent
2016-04-14 15:02:22 -04:00
aysel.afsar
6c798ad4db LT-236: Add expiration time for password reset link 2016-04-13 14:56:35 -04:00
Aysel Afsar
1891d1fe75 Check whether priorLoginDate is undefined 2016-04-11 09:43:22 -04:00
Aysel Afsar
83e067b701 LT-61: Record actions that create, modify, delete, associate timepoints, remove associations and login
- Show Last Login Date popup after login successful
(WIP)
2016-04-05 12:16:50 -04:00
Aysel Afsar
3c60a6dda1 LT-103: Authenticate via LDAP 2016-03-22 15:43:06 -04:00
Aysel Afsar
2c65b8c9c6 Fix: disable hover event of conformanceCheckFeedback if validationErrors is empty 2016-02-16 12:29:52 -05:00
Erik Ziegler
231df3e5b1 Fixes for lesion activation and loaded timepoint indicators 2016-02-16 13:11:47 +01:00
Aysel Afsar
d83b2f4199 LT-106: User accounts shall be made inactive after 6 months of inactivity 2016-02-15 16:40:53 -05:00
Aysel Afsar
d19e402847 LT-98: Passwords shall be required to be changed every 90 days
- route to changePassword page if the password is passwordExpirationDays old
- passwordExpirationDays property under passwordOptions object sets the time interval when password should be changed (90 days by default)
2016-02-15 13:09:58 -05:00
Erik Ziegler
11e300f013 Style and bug fixes related to active-entry and hipaaAuditLog integration 2016-02-15 14:36:01 +01:00
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
Erik Ziegler
b2fa6ead3b Add Clinical Meteor packages to Lesion Tracker 2016-01-25 17:14:42 +01:00