this is excellent. thanks.

On Wed, Oct 22, 2008 at 5:30 AM, Juan Pablo Scaletti
<[EMAIL PROTECTED]> wrote:
>
> I've made a cookie-based authentication module for web.py 0.3
> The module allows you to:
>
> * Limit access to pages based on if the user is logged in, if is
> authorized (by checking against a table of permissions) or meet
> certain conditions.
> * Generate and manage password hashes. Sha1, sha512 and bcrypt are
> supported.
> * Authenticate a user by checking a login and password against a
> database of users.
> * Generate and validate tokens for passwords resets.
>
> It also includes default pages to login, generate a password-reset
> token, email the token and set a new password after the token is
> validated.
>
> Documentation: http://jpscaletti.com/webpy_auth/
>
> Download: http://jpscaletti.com/static/webpy_auth.zip
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to