> Can't you store his data in session, or in temporary table, let user > log in, and then see if his post is correct and put it in proper > place?
It can be stored in the login form in JSON format and used later. There is an example of this approach here: http://github.com/aaronsw/watchdog/blob/master/utils/auth.py (see how internal_redirect is used in login.POST) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
