Yes, I'm getting errors. When I go to the "lost password?" link, user/request_reset_password is called, which on submit sends an email message with the following link:
... user/reset_password/* And when this link is clicked, I get a 404 (Not Found) error. This can be fixed by adding 'reset_password' to the list I describe in my original message. Furthermore, if this is to be deprecated, then what's the new way to reset passwords?. Thanks, Carlos

