hello i have my app running in a windows machine. I copied it to a ubuntu server and i have a problem with a URL helper in my code
The user goes to a pages via a URL(..., user_signature=True) in that page he can edit a record via a button This button calls a controller function via a URL helper (no user_signature this time) In windows the button edits the record , in ubuntu i get the error " not authorized" To have it working in ubuntu i had to add user_signature=True in the edit button URL Is this the way it is? Best regards António -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

