By teri@bglog.net on
I had problems with restoring the password, after I installed mass_url.module and as a result of this 404 appeared.
I found out that the form of address was mistaken. In order to restore the password (user/password), you have to find the following lines:
else if ($url_username == ('password')) {
user_page();
return;
}
and to replace
user_page();
with
user_pass();
Comments
I had the same
I had the same problem...
here http://drupal.org/node/31260
and here http://drupal.org/node/31153
I was about to reinstall everything... But I decided to turn off the modules one by one... it was mass_url.
And I don't think mass_url still needed since we have
pathauto which automatically creates aliases from node titles
Marcel
-
Yellow Pages for business
Mac Mini
Pixel Advertising
a patch
i debugged and implemented patch independently and then i found this post.... oh well.
so if anyone wants it in patch form, you can grab it here:
http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/mass_url-password.patch?...
the /blog/feed fix
similar problem and a fix for it for /blog/feed urls:
http://drupal.org/node/18933
http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/mass_url-password.patch?...
that patch includes previous fix too.