On Thu, Nov 5, 2009 at 5:44 PM, DFectuoso <santiago1...@gmail.com> wrote:

>
> I'm sorry to keep picking on this but i want to undertand, why would
> MappedPassword have a default value that i can't override and that is
> shown to user with ProtoUser if i don't override the full signup
> form's xhtml?
>

If you do not like the way a particular feature is implemented in Lift, you
can copy the source code and change the implementation (Lift's Apache 2
license allows for that).  Lift is layered.  You can change out pieces that
don't suit your needs.  You don't like the issues related to MegaProtoUser
(like the whole templates in code thing), then copy the code into your user
class and change the template calls to load the templates however you want.
If you don't like how MappedPassword is implemented, then do your own
implementation.

>
> I would like to think that i can start any project, extend proto user
> and have a register/login system that is very easy to undertand for
> all user and i know that having a pre-filled value seems to be a "non-
> important" issue, still is one of the most voted things in my
> uservoice!
>
> At this moment i will override and create the html for the form to
> avoid having two fields prefilled with ******.
>
> On Nov 5, 2:59 pm, Heiko Seeberger <heiko.seeber...@googlemail.com>
> wrote:
> > 2009/11/4 David Pollak <feeder.of.the.be...@gmail.com>
> >
> > It is a bug in MappedPassword (not ProtoUser):
> >
> >
> >
> > > It's not a bug, it's by design.
> >
> > Well , issue 157 ("MappedPassword contains misspelled key for unset
> > password") is a bug, but  "******" as default value is by design, of
> course.
> >
> > Heiko
> >
> > My job: weiglewilczek.com
> > My blog: heikoseeberger.name
> > Follow me: twitter.com/hseeberger
> > OSGi on Scala: scalamodules.org
> > Lift, the simply functional web framework: liftweb.net
> >
>


-- 
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 liftweb@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
-~----------~----~----~----~------~----~------~--~---

Reply via email to