views:

30

answers:

1

There's a login page at http://site.com/user/login Is there a clean way to change the the path of that page to something like http://site.com/log so that /user/login leads to a 404 page.

+1  A: 

You can use hook_menu_alter to do this. Alternatively you can use a path alias if you just want it to loom pretty.

googletorp