Description
Currently user, group and any object validators are requiring names to be constrained by the \w Java regex class.
This does not allow to use international characters, including accented.
By using
\p{L}
instead, this limit could be easily overcome.
Attachments
Issue Links
- relates to
-
SYNCOPE-893 International characters in group name
- Closed