Mass_url user/password fix

teri@bglog.net - May 21, 2005 - 19:21

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();

I had the same

mpamphile - December 6, 2005 - 20:52

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

glen - December 6, 2005 - 15:37

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

glen - December 6, 2005 - 16:09

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.

 
 

Drupal is a registered trademark of Dries Buytaert.