Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reset user password button to the console #3734

Merged
merged 1 commit into from
Mar 13, 2023

Conversation

MDeLuise
Copy link
Contributor

@MDeLuise MDeLuise commented Mar 8, 2023

Brief description of the PR.
This PR fixes #3733, i.e. add the possibility of resetting the password of a user via console.

Related Issue
#3733.

Description of the solution adopted
It was created a new button, called "Reset" used to reset the user password. This button, when pressed, display a dialog that require the new password of the user.

Screenshots
Screenshot 2023-03-08 at 09 49 53
Screenshot 2023-03-08 at 09 50 01
Screenshot 2023-03-08 at 09 50 14
Screenshot 2023-03-08 at 15 27 38
Screenshot 2023-03-08 at 15 27 42

Any side note on the changes made
The "Edit credential" dialog was modified in order to remove the password and confirm password fields.

- Now it's possible to reset the password of a user even via console using the provided button
- The `edit credential` dialog is updated in order to deny the possibility of changing the password from there
@MDeLuise MDeLuise force-pushed the fix/console-psw-reset branch from 17459f5 to 1d6d549 Compare March 8, 2023 15:15
@codecov
Copy link

codecov bot commented Mar 8, 2023

Codecov Report

Merging #3734 (4989863) into develop (23c67c1) will increase coverage by 0.97%.
The diff coverage is n/a.

❗ Current head 4989863 differs from pull request most recent head 1d6d549. Consider uploading reports for the commit 1d6d549 to get more accurate results

Impacted file tree graph

@@              Coverage Diff              @@
##             develop    #3734      +/-   ##
=============================================
+ Coverage      54.41%   55.38%   +0.97%     
  Complexity         8        8              
=============================================
  Files           1835     1835              
  Lines          34114    34114              
  Branches        2725     2725              
=============================================
+ Hits           18564    18895     +331     
+ Misses         14554    14230     -324     
+ Partials         996      989       -7     

see 64 files with indirect coverage changes

@Coduz Coduz merged commit b453714 into eclipse-kapua:develop Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The console should provide a way to reset the password of a user
2 participants