updated code for create user api

This commit is contained in:
rajesh
2024-09-26 17:31:44 +05:30
parent 5f6efca3ff
commit 40e5ab9e91
7 changed files with 86 additions and 29 deletions

View File

@@ -9,6 +9,8 @@ get_user_success_msg=User retrieved successfully.
get_user_error_msg=An error occurred while retrieving the user.
user.not.active=User is not active. Please contact support.
user.already.exist.msg=User already exist for this codice fiscale.
validate.email=The email is mandatory and must be in the correct format. Please verify and try again.
validate.password=The password and confPassword are mandatory. Please verify and try again.
# Role-related messages
role.created.success=Role created successfully.
role.updated.success=Role updated successfully.
@@ -18,6 +20,7 @@ create.role.error=Error occurred while creating the role.
update.role.error=Error occurred while updating the role.
role.fetch.success=Role fetched successfully.
delete.role.error=Error occurred while deleting the role.
role.id.mandatory=Role id is mandatory.
# Region-related messages
region.created.success=Region created successfully.