If you're familiar with the technique, wrapping this up as a
diff/patch and creating a ticket for it in the Collaboa site would be
greatly appreciated - http://dev.rails-engines.org/

You might also want to document how you went about developing this on
the wiki, for the benefit of others.

Thanks - good work!

- james

On 3/20/06, Devender Gollapally <[EMAIL PROTECTED]> wrote:
> Greetings,
>
> I recently started using the login engine, one the first things we needed
> was the ability for a user to click a "remember-me" type of check box and a
> cookie be set.
>
> I was able to accomplish this in the login-engine with some very minor
> changes to the following code.
>
> M      app\models\user.rb  (Added a new attribute, no need to save this in
> the database)
> M      app\controllers\user_controller.rb  (Setting a
> cookie if the remember-me check box is checked)
>  M      app\views\user\login.rhtml (Added a check box )
> M      lib\login_engine\authenticated_system.rb (Checking
> to see if there is a cookie and if there is, creating the user from it)
>
> I have attached the code to this mail, do you think this is some feature
> that could be added to the login engine ?
>
> --
> Devender R. Gollapally
> Cell: 972-741-5483
> http://jroller.com/page/dgolla
> _______________________________________________
> engine-developers mailing list
> [email protected]
> http://lists.rails-engines.org/listinfo.cgi/engine-developers-rails-engines.org
>
>
>
>


--
* J *
  ~
_______________________________________________
engine-developers mailing list
[email protected]
http://lists.rails-engines.org/listinfo.cgi/engine-developers-rails-engines.org

Reply via email to