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
Description
In FireEdge Sunstone you cannot change the user password because you get an error:
To Reproduce
Create a regular user (not admin).
Add the users tab on the view configuration so the user can see the user tab.
Log into FireEdge Sunstone and goes to the user tab.
Click on the user's row.
Go to the Authentication tab, change the password and click on Save changes.
An error will appear and the password is not changed.
Expected behavior
That the password of the user is changed.
Details
Affected Component: FireEdge Sunstone
Hypervisor: N/A
Version: 6.8
Additional context
The problem is about the request that is made when you click on Save changes. Now, the one.user.chauth is called but if you change the password one.user.passwd is the request to be used.
So, Save changes has not to change his behavior and we need to add another button to edit only the password. This button (or a form modal) should only call one.user.passwd with the password and Save change still calling one.user.chauth without sending the password.
Also, the user has to be able to change the password on the Setting tab without using the user tab (like in the old Sunstone). So, it's needed to add an option in the Settings tab to change the password.
Progress Status
Code committed
Testing - QA
Documentation (Release notes - resolved issues, compatibility, known issues)
The text was updated successfully, but these errors were encountered:
Description
In FireEdge Sunstone you cannot change the user password because you get an error:
To Reproduce
Expected behavior
That the password of the user is changed.
Details
Additional context
The problem is about the request that is made when you click on Save changes. Now, the one.user.chauth is called but if you change the password one.user.passwd is the request to be used.
So, Save changes has not to change his behavior and we need to add another button to edit only the password. This button (or a form modal) should only call one.user.passwd with the password and Save change still calling one.user.chauth without sending the password.
Also, the user has to be able to change the password on the Setting tab without using the user tab (like in the old Sunstone). So, it's needed to add an option in the Settings tab to change the password.
Progress Status
The text was updated successfully, but these errors were encountered: