Hello,
how specify a separate method instead of login_handler in login form
<form action="/login_handler?came_from=${came_from}" method="POST">
What i want is,
Send username and password to new a method (pre_login).
In pre_login, check ldap_something and if True call login_handler
and pass username ans password.
Have any idea?
Please reply
--
You received this message because you are subscribed to the Google Groups
"TurboGears" 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/turbogears?hl=en.