Edit user
When a user clicks on the "Edit" button next to a listed user, they will be taken to a page specifically designed for editing user details and roles. On this page, the user can make changes to the selected user's information and roles. Additionally, the user has the ability to set permissions for the particular user. They can choose whether the user can view the "Order_home" or "Spec_home" job types from the Jobs.
Furthermore, from this page, the user can force a password reset for the selected user if needed. This allows the user to reset their password and regain access to their account if they have forgotten their current password or are experiencing any login issues.

The "Edit User" form contains the same fields and validations as the "Create User" form, and all these fields can be modified. If the user clicks on the "Cancel" button, any changes they made in the form will not be saved, and they will be redirected back to the list of users without any updates being applied.
On the other hand, if the user clicks on the "Submit" button, the updated information will be saved, and a success banner will appear to confirm the successful update. Despite this confirmation, the user will remain on the same "Edit User" page, where they can continue editing or make further changes if needed.


Users can choose whether the user can view the "Order_home" or "Spec_home" job types from the Jobs.

Tuser uses this button in their own account, they will be taken to the "Change Password" screen. However, if the same button is clicked for another user, that user will be prompted to reset their password the next time they log in.

After reaching the "Change password" page, the user cannot switch to any other screen until they finish the password reset process, even if they click the "Cancel" button. The user must complete the password update before navigating to other parts of the system.

The "Change password" page has certain checks in place to ensure the password update process goes smoothly. It checks if the old password and the new password are identical, and if they are, a validation banner is shown to the user, indicating that the change cannot be completed.
Additionally, all the fields on the page are mandatory, meaning the user must fill in all the required information before proceeding with the password change.

Furthermore, the system also verifies if the new password and the Confirm password entered by the user are the same. If they don't match, a validation banner is displayed to the user, and the password update process is not allowed to proceed until the matching condition is met.


The "Lead source" section is only visible to users with the "salesperson" role type. In this section, there is a selection box where the user can choose multiple lead sources. These source options are added using Master data.
Only super admins have the ability to view these lead sources in users with the salesperson role.
The user can add or remove one or more lead sources from the selection box and then click on the "Update" button. After clicking the "Update" button, the data selected will be saved in a database table, and a success banner will appear to indicate that the update was successful.

Last updated
