Problems with auth_generator

Hello all,
I’m trying to install auth_generator on a working app. I followed the
instructions in the auth_generator page, but I’m getting this error when
trying to access the admin page:

undefined method `auth_url' for #

The same happens if I try to access the “auth” controller.
Any ideas of what could be wrong?

thanks a lot,
regards,
rolando.-

I finally fixed it: had to change the names of the controllers to the
default ones: auth && authadmin. It’s working now.

Rolando A. wrote:

Hello all,
I’m trying to install auth_generator on a working app. I followed the
instructions in the auth_generator page, but I’m getting this error when
trying to access the admin page: