Forum: Rails Engines development New Feature

Posted by Devender Gollapally (Guest)
on 2006-03-20 07:25
(Received via mailing list)
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 ?
Posted by James Adam (Guest)
on 2006-03-23 02:26
(Received via mailing list)
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 <devender.gollapally@gmail.com> wrote:
> the database)
> Devender R. Gollapally
> Cell: 972-741-5483
> http://jroller.com/page/dgolla
> _______________________________________________
> engine-developers mailing list
> engine-developers@lists.rails-engines.org
> http://lists.rails-engines.org/listinfo.cgi/engine...
>
>
>
>


--
* J *
  ~
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.