You should be able to specify the redirect, so this may be a bug. Where are you setting the loginRedirect? It gets reset to the referred page when a login is required, so you'll have to set it after that point.
Derek On Mon, Nov 9, 2009 at 3:12 AM, opyate <[email protected]> wrote: > > Hello guys, > > I thought the purpose of loginRedirect was to be able to override > where the newly logged-in user gets redirected to. > > I'm doing it like so, in model/User: > > loginRedirect(Full("/loadPrivateKey")) > > ..but it just goes to the page I accessed before I clicked on / > user_mgt/login > > Is there another way I should be aware of to reach my goal? > > I guess I could be more specific: once a user is logged in I need to > load his/her private key into memory with which to decrypt sensitive > data from the database (previously encrypted with a public key). I > have all the code written using BouncyCastle, but was wondering if > Lift offers something built-in. > I'd be happy to forward my code on if this could be a useful extension > to the Lift code. > > Thanks, > Juan > > > On Oct 21, 2:18 pm, Derek Chen-Becker <[email protected]> wrote: > > http://github.com/dpp/liftweb/issues/#issue/121 > > > > If I have some time this afternoon I'll fix it. > > > > On Tue, Oct 20, 2009 at 8:07 PM, Naftoli Gugenheim <[email protected] > >wrote: > > > > > > > > > > > > > Then my addition to MetaMegaProtoUser of loginRedirect has a bug, > because > > > loginFirst sets it based on S.uri. > > > Since I'm not usually around an internet connection, I won't be able to > go > > > through filing a ticket, putting a diff on Review Board, and pushing > it, in > > > any small amount of time. > > > > > ------------------------------------- > > > David Pollak<[email protected]> wrote: > > > > > On Tue, Oct 20, 2009 at 2:48 PM, Naftoli Gugenheim < > [email protected] > > > >wrote: > > > > > > Is S.uri supposed to return the part of the URL after '?'? > > > > > No > > > > > -- > > > Lift, the simply functional web frameworkhttp://liftweb.net > > > Beginning Scalahttp://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 [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 -~----------~----~----~----~------~----~------~--~---
