How special characters in username converted to user path (users/username). i’m asking because when i use “.” in user name its removed in user path.
for ex: stefan.z path will be users/stefanz
How special characters in username converted to user path ( users/username ). i’m asking
Share
By default, Drupal don’t do this, it uses the user’s id instead.
Most likely you are using path auto to do this, which can hook into the translitation module. It also has some of it’s own functions, that is uses to clean up the url generated.