Hello
The danish/norwegian letter "Ø" is not handled correctly in Adaxes.
Even if regexp is set to ^[A-Z] , it's still possible for the user to enter and use the letter "Ø" in their initials and User logon name.
The letters are handled correctly in powershell scripts, so as for now, we use scripts to ensure that the letters are not used in initials or user logon names.
Unicodes are:
- "Ø" = U+00d8 (upper case)
- "ø" = U+00f8 (lower case)
- Thanks