For legacy reasons, I will have to use a custom auth method... I need to have a custom function to check password at login time. (basically, I have htpassword-like stored in a field "password_http" in the auth_user table. I therefore need a custom login function: hash password obtain form the login form and check if matches db.)
What is the best to ensure that auth is done properly in that context? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---