David, Thanks so much. This is one of those critical features that we have been waiting for.
And this has to happen on the morning I leave for a week of vacation. poor timing on my part, I guess. I won't be able to make a deployment on Monday, so Vassil has time to make the changes. When I return, I'll drop the DB and create a new one. D. On Sat, Aug 22, 2009 at 4:18 AM, David Pollak<[email protected]> wrote: > Folks, > I've checked in mostly functional revised user authentication code. > > There are two different authentication modules: user/pwd and OpenID. They > are both added in Boot.scala. One could write another module with some > other authentication mechanism. A user can be authenticated by more than > one mechanism. > > The schema for the new authentication stuff is totally different from the > old schema... and the database *must* be dropped before running the code. > > Right now, the /signup page is not visible in the menu, so you'll have to > type the URL manually (sorry, I wanted to get this stuff into the repo.) > > You can sign up and have to provide a password. > > What needs to be done: > - Adding the signup link to the menu > - Creating an "edit user" page > - Adding the ability to associate an OpenID credential (or multiple > credentials) with an account > - Add a logout link > > I hope Vassil has time to tackle these issues before the Monday push. > > I'm pretty much off email (family time) until Monday 9am PDT. > > Thanks, > > David > > -- > Lift, the simply functional web framework http://liftweb.net > Beginning Scala http://www.apress.com/book/view/1430219890 > Follow me: http://twitter.com/dpp > Git some: http://github.com/dpp >
