ProtoUser is designed to allow people to get a project up and running
quickly.

In all my moderately complex projects, I've subclassed so many fields in
ProtoUser/MegaProtoUser that I might as well have copied and pasted the code
from ProtoUser into my application.

If you want to do things that go beyond the facilities in ProtoUser, I'd
strongly suggest just copy/pasting the code from ProtoUser into your
User.scala code and do whatever you need to do in your own code.

Thanks,

David

On Sat, Dec 13, 2008 at 11:26 PM, Juha L <[email protected]> wrote:

>
> There already seems to be hooks for login & logout (onLogIn/onLogOut)
> in the MetaMegaProtoUser. Would it be possible to also add onSignUp
> which would be called when user has been successfully created &
> validated? That would make it trivial to do basic initializations for
> the new users.
>
> // Juha
>
> On Dec 14, 6:18 am, "Derek Chen-Becker" <[email protected]> wrote:
> > /user_mgt is handled via MetaMegaProtoUser. You may be able to override
> some
> > things there.
> >
> > Derek
> >
> > On Sat, Dec 13, 2008 at 2:03 PM, Juha L <[email protected]> wrote:
> >
> > > Hi again,
> >
> > > I have need to hook some extra code into user sign up, login, and
> > > logout. In archetype-basic project all things related to user
> > > management seem to happen in magical "/user_mgt", and I couldn't
> > > really find any good information about how I could alter what happens
> > > there. Could anyone provide me pointers or examples?
> >
> > > // Juha
>
> >
>


-- 
Lift, the simply functional web framework http://liftweb.net
Collaborative Task Management http://much4.us
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to