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!
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
Comment #1
davidshaw commentedHello 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
Comment #2
carrierawks commentedWhen 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.