]> git.pld-linux.org Git - packages/drupal-mod-mass_url.git/blobdiff - mass_url-password.patch
- fix /user/password being 404 page
[packages/drupal-mod-mass_url.git] / mass_url-password.patch
diff --git a/mass_url-password.patch b/mass_url-password.patch
new file mode 100644 (file)
index 0000000..bce3e82
--- /dev/null
@@ -0,0 +1,13 @@
+this patch fixes problem that /user/password generates 404 not found page
+
+--- ./mass_url.module  2004-11-24 17:00:33.000000000 +0200
++++ /tmp/mass_url.module       2005-12-06 17:30:16.000000000 +0200
+@@ -59,7 +61,7 @@
+     return;
+   }
+   else if ($url_username == ('password')) {
+-    user_page();
++    user_pass();
+     return;
+   }
+   else if ($url_username == ('help')) {
This page took 0.073955 seconds and 4 git commands to generate.