Hello,

I was wondering if this module can help another module change the url /user/register to /register and similar to all /user/.. pages like login, forgot password etc.

Is there documentation to help me achieve this?

Thanks!

Comments

davidshaw’s picture

Hello yaz085,

You should be able to remap user/register to /register with the 'path' module built into core drupal.
Turn on 'path' module then go here:
EXAMPLE.com/admin/build/path

URL alter module is overkill for what you're after.

Dave Shaw
Tribe Rising

carrierawks’s picture

When I have tried just using the path module I get this error: "The path 'user/register' is either invalid or you do not have access to it." So maybe that is why others have looked into this.