updated code for create user api
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user