On 9/19/06, Krys <[EMAIL PROTECTED]> wrote:
>
> Doesn't doing a "real" redirect run the risk of exposing POST data as
> GET data.  I always thought the use of InternalRedirect was so that
> POST data on forms that require authentication can be passed right
> through /login back to the form and with the POST data intact.  The
> "Real" redirect seems to no be able to handle POST data.
>
> Correct me if I am wrong....
>

You can change the following in your config/app.cfg to customise the
form variable names if it's clashing with your own forms:

 * identity.form.user_name
 * identity.form.password
 * identity.form.submit

You'll then just need to change your login template to match your
custom form elements.

Lee

-- 
Lee McFadden

blog: http://www.splee.co.uk
work: http://fireflisystems.com

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to