I'm using the latest released UserEngine and LoginEngine, rails 1.0.
I've got a project that configures :app_name, :app_url, :salt, and
:changeable_fields in LoginEngine, and :admin_login, :email_from,
:admin_email, and :admin_password in UserEngine. It then does
Engines.start :login, :user
Us
On 2/12/06, Ryan Tate <[EMAIL PROTECTED]> wrote:
> So -- how do I make it so that a registered user has to have a
> particular "role" (I saw this column in the schema) to be able to
> access certain pages?
It looks like what I want is to override def authorize, although I'm
not quite sure yet wher
OK, I haven't been able to figure out the answer to this reading over
the login-engine docs.
I've got login-engine set up on a rails app of mine that is a
rudimentary bug tracker. Great.
Trouble is, any schmoe who hits my site can sign up for an account in
a few seconds, and I don't want just any