On 2/11/07, Hamish <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm new to Pylons but have heard good things about it and thought I
> might give it a try for a simple web app I need to write.
>
> I need some simple cookie-based authentication: the user should
> initially be presented with a page asking for their email address; an
> email should be sent to that address containing a link; when the user
> visits that link, an association is made between cookie and email
> address. If the user subsequently deletes the cookie, they will get a
> new one and will need to associate it with their email address again
> in the same way.
>
> Would AuthKit be suitable for this? Would something more lightweight
> be better?
>
> Also, I tried to install AuthDemo but get:
>
> pkg_resources.VersionConflict: (web 0.6.0 (/Library/Frameworks/
> Python.framework/Versions/2.4/lib/python2.4/site-packages/web-0.6.0-
> py2.4.egg), Requirement.parse('web>=0.6.1,<0.7'))
>
> I can't find web>0.6.0, and neither can easy_install. It's a bit
> difficult to google for a package called "web", can anyone point me to
> where I might find a later version?I rolled my own account management functionality using paste.auth. However, I hope that, if not now, then one day this will be easier for everyone else. Especially with all the business of sending out a confirmation email, etc., this stuff can get tricky. Tell me how it goes. Best Regards, -jj -- http://jjinux.blogspot.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
