Plugin Author
Claude
(@claudeschlesser)
Hello,
no not out of the box.
But what you can try is this:
– Open the file wordpress-special-characters-in-usernames.php
– Look for this line:
$username = preg_replace ('|[^a-z\p{Arabic}\p{Cyrillic}0-9 _.\-@]|iu', '', $username)
– Add your characters, so that it looks like this:
$username = preg_replace ('|[^a-z\p{Arabic}\p{Cyrillic}0-9 _.\-@æøå]|iu', '', $username)
That might do the trick!
-
This reply was modified 8 years, 9 months ago by
Claude.
Thread Starter
valva1
(@valva1)
Hi again Claude
I did not do the trick, but thanks for trying, and for your rapid respons.
Regard Steen