Re: [Lift] PasswordField in lift-record

2010-01-31 Thread David Pollak
On Sat, Jan 30, 2010 at 4:11 PM, Ross Mellgren dri...@gmail.com wrote:

 lift-mapper's MappedPassword has a method match_?, but PasswordField in
 lift-record does not, and I can't see a way around using it since salt_i is
 protected, other than subclassing PasswordField.

 I think a match_? method should be added to PasswordField, and if folks
 agree I'll create a ticket and do just that.


Go for it.



 -Ross

 --
 You received this message because you are subscribed to the Google Groups
 Lift group.
 To post to this group, send email to lift...@googlegroups.com.
 To unsubscribe from this group, send email to
 liftweb+unsubscr...@googlegroups.comliftweb%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/liftweb?hl=en.




-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics

-- 
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.



[Lift] PasswordField in lift-record

2010-01-30 Thread Ross Mellgren
lift-mapper's MappedPassword has a method match_?, but PasswordField in 
lift-record does not, and I can't see a way around using it since salt_i is 
protected, other than subclassing PasswordField.

I think a match_? method should be added to PasswordField, and if folks agree 
I'll create a ticket and do just that.

-Ross

-- 
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.