You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user tries to edit some of his information if he didn't type his password the system only shows a message saying that the edit was not successful.
Expected Behavior
Some dialog should be shown on the screen about the password requirement for doing updates
Current Behavior
No message is displayed about the requirement and the user gets a generic error message
Possible Solution
Add a dialog to say that the password is a requirement for any user modification
Step to Reproduce (for bugs)
Login the system
Go to the user profile
Try to edit something (the name for example)
Press save
The system will not save the edit and will show a generic error message
Context
Trying to change user's information
Your Environment
Software Version (Release): 1.1
Name and version of the browser: Google Chrome 69.0.3497.100
Name and version of the Operating System (desktop or mobile): Ubuntu 18.04.1 LTS
Link to your project (in case of fork of this project): Not apply
The text was updated successfully, but these errors were encountered:
Adds required to password fields on edit view
Adds a confirm message to edit with a message to type the password
Signed-off-by: João Pedro Sconetto <sconetto.joao@gmail.com>
Problem description
When a user tries to edit some of his information if he didn't type his password the system only shows a message saying that the edit was not successful.
Expected Behavior
Some dialog should be shown on the screen about the password requirement for doing updates
Current Behavior
No message is displayed about the requirement and the user gets a generic error message
Possible Solution
Add a dialog to say that the password is a requirement for any user modification
Step to Reproduce (for bugs)
Context
Trying to change user's information
Your Environment
The text was updated successfully, but these errors were encountered: