summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/password_settings.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Removing password reset salt (#6334)Christopher Speller2017-05-041-30/+2
|
* Update error message when password is too long (#6001)Ryan Wang2017-04-161-4/+6
|
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* PLT-2713/PLT-6028 Added System Users list to System Console (#5882)Harrison Healey2017-03-301-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-2713 Added ability for admins to list users not in any team * Updated style of unit test * Split SearchableUserList to give better control over its properties * Added users without any teams to the user store * Added ManageUsers page * Renamed ManageUsers to SystemUsers * Added ability to search by user id in SystemUsers page * Added SystemUsersDropdown * Removed unnecessary injectIntl * Created TeamUtils * Reduced scope of system console heading CSS * Added team filter to TeamAnalytics page * Updated admin console sidebar * Removed unnecessary TODO * Removed unused reference to deleted modal * Fixed system console sidebar not scrolling on first load * Fixed TeamAnalytics page not rendering on first load * Fixed chart.js throwing an error when switching between teams * Changed TeamAnalytics header to show the team's display name * Fixed appearance of TeamAnalytics and SystemUsers on small screen widths * Fixed placement of 'No users found' message * Fixed teams not appearing in SystemUsers on first load * Updated user count text for SystemUsers * Changed search by id fallback to trigger less often * Fixed SystemUsers list items not updating when searching * Fixed localization strings for SystemUsers page
* Update eslint (#5752)Christopher Speller2017-03-131-8/+8
| | | | | | * Updating eslint * Updating eslint-plugin-react
* 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