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.
views:
30answers:
1
+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
2010-08-19 22:07:26