Groups
Groups
Sign in
Groups
Groups
AuthKit
Conversations
About
Send feedback
Help
How to check the password?
0 views
Skip to first unread message
张沈鹏
unread,
Sep 20, 2008, 3:59:35 AM
9/20/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AuthKit
I have read this
http://pylonsbook.com/alpha1/authentication_and_authorization
But the page only write
def signin(self):
if len(request.params) > 1 and \
request.params['password'] == request.params['username']:
session['user'] = request.params['username']
session.save()
I also find
http://authkit.org/docs/0.4/module-authkit.users.html
authkit.authenticate.valid_password()
and read the exmples source
But I still don't konw how to use it .
Would you please give me a example how to check the password? With
sqlalchemy5 is better .
Thanks
张沈鹏
unread,
Sep 22, 2008, 9:14:17 AM
9/22/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AuthKit
Oh, I understand .
Reply all
Reply to author
Forward
0 new messages