Whatever i try to use as pattern for account page paths when user registers and goes to "My account" the url is /user.
What i would like is that user account path is generated from RealName or email or something similar.

I am not sure if this is bug or its suppose to be like this.

Comments

Dave Reid’s picture

Status: Active » Closed (works as designed)

This is default core behavior that the default path for a user's *own* account page is /user. There is nothing that Pathauto or Token can really do about this. You'd have to alter the default menu to redirect logged in users from /user to /user/$GLOBALS['user']->uid