30 Mar
2003
30 Mar
'03
6:53 p.m.
Don't reinvent the wheel to do your own authentication. Check exUserFolder: a very flexible product for implementing alternative authentication methods. -- Luciano On domingo, mar 30, 2003, at 12:58 America/Sao_Paulo, IƱigo Serna wrote:
Hello,
I want to authenticate users from acl_users with my own HTML form and a python script. I can't use user._getPassword() because it's an internal method. and it seems user.authenticate function calls browser authentication again. How could I achieve this?