I agree with david, in fact protouser contains several things I don't
need (not a public website) and it's pretty easy to make your own.

On 12/14/08, David Pollak <feeder.of.the.be...@gmail.com> wrote:
> 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 <sla...@gmail.com> 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" <dchenbec...@gmail.com> 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 <sla...@gmail.com> 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
>
> >
>

-- 
Sent from my mobile device

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