Commit Graph

6 Commits

Author SHA1 Message Date
Richard Cox 80d07c7113 Tweaks/Fixes
- Use new newUserSetPassword string
- Removed unused USERNAME query param definition
- Tidied up some boolean logic, removed need for lodash fn
- Fixed issue where if a user didn't reset their password (for example due to page refresh) they were stuck in a loop until session times out
- During these tweaks i broke some of the original logic, so fixed. Some of the changes are just different ways of doing the same thing given changes above

Unrelated to PR but whilst in the area...
- Ensure value of mustChangePassword is correct when editing a user
- Added error handling to step 1 of setup
- Setup password text suggests using random password, so start with that selected
- vertical position won't jiggle on toggling password type
2021-07-06 15:09:34 +01:00
Richard Cox e768c4a936 Changes following review 2021-02-24 15:45:54 +00:00
Richard Cox 94e62fd9ad Fix change password height 2021-02-24 11:16:13 +00:00
Richard Cox 7d355462df User - List (actions), Create, Clone, Edit, Details
- Update Users list with actions
- Add User create/edit page
- Add User details page
- Brought over user/principal global role validation from ember world
2021-02-24 11:07:02 +00:00
Richard Cox d6a0ca6bd0 Add a temporary fix for positioning issue in Change Password prompt
- This is a fix for a very minor visual bug (checkbox position is too high)
- Think this came in after the styles update
- I'll be updated this area in the create/edit user pr, will be sure to
  make it less brittle
2021-02-01 09:42:46 +00:00
Richard Cox 8fd85d7553 Add new Accounts & API Keys Page
-Add a new Accounts and API Keys page accessible via user avatar drop down
-Add new change password feature to Accounts page
2021-01-25 11:51:11 +00:00