#2421: No apparent way to implement "remember me" into a login form
----------------------------+-----------------------------------------------
 Reporter:  seedifferently  |        Owner:          
     Type:  enhancement     |       Status:  reopened
 Priority:  normal          |    Milestone:  2.1     
Component:  TurboGears      |      Version:  trunk   
 Severity:  normal          |   Resolution:          
 Keywords:                  |  
----------------------------+-----------------------------------------------
Comment (by Gustavo):

 A few weeks ago I received an email requesting this feature. Here's my
 response:


 {{{
 repoze.who-friendlyform is not in charge of remembering the user. This
 is why it uses a proper "rememberer" internally -- friendlyform doesn't
 read/set cookies.

 The place where this should be implemented is in the rememberer used by
 friendlyform. So, you can either propose a patch for auth_tkt in
 repoze.who or extend friendly form like this:
 http://pastebin.com/f7a0abe24

 But I'd recommend the first option (fixing it in auth_tkt).

 }}}

-- 
Ticket URL: <http://trac.turbogears.org/ticket/2421#comment:4>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development

-- 
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en

Reply via email to