[Engine-users] Puzzler: config options ignored w/fcgi?

2006-02-12 Thread Jay Levitt
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

Re: [Engine-users] login-engine restrict by role?

2006-02-12 Thread Ryan Tate
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

[Engine-users] login-engine restrict by role?

2006-02-12 Thread Ryan Tate
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