On Jun 15, 2007, at 1:23 AM, David Smith wrote:

The reason I ask is that I think it is important to be able to offer
the ability to build a modern web apps like 37 signals offers with
pylons out of the box. I find myself looking at the task of writing
a lot of boiler plate code to handle account creation, and it is
starting to sway my interest back toward Rails.  Is anybody else
interested in getting this type of functionality built for pylons or
paste?

I had to build this stuff from scratch:  account creation, password
recovery email, etc.  What a pain! ;)


And that Acts as Authenticated plugin looks really useful, too. I'll take a stab at implementing this. One of the things that reading that plugin's
source-code reminded me is that we don't have any integration with the
migrate project for doing these kinds of module database extensions... Has
anyone tried integrating migrate into a Pylons project template?

I'm working on a project template that add's AuthKit + a port I'm doing of the TurboGears Identity db schema and helpers. It'll end up in Tesla ( http://code.google.com/p/tesla-pylons-elixir/ ) when its done. That's just the auth and group/user/permission stuff though, it'll still need the basic stuff that most ppl end up writing themselves such as new user registration, lost password recovery, etc. I'd like to get a setup with the additional registration/ password recovery, etc. and maybe some people can voice what they'd like most in it.

Right now existing systems do the basic username/password, with recovery, which would be a good start. I'm implementing a system that lets one associate OpenID logins with their existing account, or even setup a new account using the OpenID Registration extensions (makes it faster to make new accounts elsewhere). Would people want that in the template as well?

Cheers,
Ben

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to