summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/password_settings.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-4767 Implement MFA Enforcement (#4662)Joram Wilander2016-12-121-31/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create MFA setup page and remove MFA setup from account settings modal * Add enforce MFA to system console and force redirect * Lockdown mfa required API routes, add localization, other changes * Minor fixes * Fix typo * Fix some unit tests * Fix more unit tests * Minor fix * Updating UI for MFA screen (#4670) * Updating UI for MFA screen * Updating styles for MFA page * Add the ability to switch between email/sso with MFA enabled * Added mfa change email * Minor UI updates for MFA enforcement * Fix unit test * Fix client unit test * Allow switching email to ldap and back when MFA is enabled * Fix unit test * Revert config.json
* PLT-4131 Dynamic update the Password requirements error message sample (#4017)enahum2016-09-131-4/+10
|
* PLT-3880 Update the "Password Requirements" help text (#3989)enahum2016-09-081-9/+11
|
* PLT-3880 Dynamic Password Min Length help text (#3949)enahum2016-09-061-1/+1
|
* fixed password reset salt broken (#3778)David Lu2016-08-101-46/+53
|
* Added default to max users per team (#3602)David Lu2016-07-181-1/+1
|
* Added getStateFromConfig (#3517)David Lu2016-07-071-0/+14
|
* PLT-1465 Added password requirements (#3489)David Lu2016-07-061-0/+310
* Added password requirements * added tweaks * fixed error code * removed http.StatusNotAcceptable