Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

How to retain special characters in user attributes Firstname and Lastname?

Jayesh
New Contributor
New Contributor

After importing, I cannot edit user details, where the user's first and last names contain special characters.

Jayesh_0-1727179563302.png

 

3 REPLIES 3

Raghu
All-Star
All-Star

@Jayesh  Are you using any regx in those attribute in global config if not use it.

[A-z]+$

Raghu_0-1727182984935.png

 


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

Amit_Malik
Valued Contributor II
Valued Contributor II

@Jayesh , you can follow below forum

Solved: Re: change special characters - Saviynt Forums - 117614

Global config

Amit_Malik_2-1727184200089.png

 

You can read about these regex options here - https://docs.saviyntcloud.com/bundle/EIC-Admin-v24x/page/Content/Chapter06-EIC-Configurations/Config...

This is what I am using - [a-zA-Z\u00C0-\u024F\u1E00-\u1EFF]. Using this I am able to update user from UI with special characters in names and also, change it to a different special character

 

Kind Regards,
Amit Malik
If this helped you move forward, please click on the "Kudos" button.
If this answers your query, please select "Accept As Solution".

rushikeshvartak
All-Star
All-Star
  • Update Global Configuration - Identity Lifecycle - as 
  •  User Regex Validation

    [a-zA-Z\u00C0-\u024F\u1E00-\u1EFF]

    Recording 2024-09-24 at 09.38.44.gif


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.