Re: [web2py] Re: auth.signature not working

2021-02-15 Thread António Ramos
I didnt because the problem was not in that table. I was looking to the wrong table. Thk u Kevin Keller escreveu em seg., 15/02/2021 às 18:58 : > How did you solve it? > > On Mon, Feb 15, 2021, 17:33 António Ramos wrote: > >> Thank you Jim but i found the problem. >> My fault this time. >>

Re: [web2py] Re: auth.signature not working

2021-02-15 Thread Kevin Keller
How did you solve it? On Mon, Feb 15, 2021, 17:33 António Ramos wrote: > Thank you Jim but i found the problem. > My fault this time. > Thank you again. > > PS. Its just me or this forum is abandoned? Should i go elsewhere for help > ? > > Em seg., 15 de fev. de 2021 às 15:46, António Ramos >

Re: [web2py] Re: auth.signature not working

2021-02-15 Thread António Ramos
Once again thank you Jim for your patience :) Regards from Portugal António Em seg., 15 de fev. de 2021 às 16:59, Jim S escreveu: > No, this forum has not been abandoned. I think the issue may be that most > of us are now spending a much greater amount of time with py4web. That, > and in my

Re: [web2py] Re: auth.signature not working

2021-02-15 Thread Jim S
No, this forum has not been abandoned. I think the issue may be that most of us are now spending a much greater amount of time with py4web. That, and in my case anyway, I shied away from this question because I haven't used web2py in a restful manner before so wasn't sure I had anything to

Re: [web2py] Re: auth.signature not working

2021-02-15 Thread António Ramos
Thank you Jim but i found the problem. My fault this time. Thank you again. PS. Its just me or this forum is abandoned? Should i go elsewhere for help ? Em seg., 15 de fev. de 2021 às 15:46, António Ramos escreveu: > Hi Jim > Sorry but dont understand your suggestion. > You mean

Re: [web2py] Re: Programatically create Row

2021-02-15 Thread Jacinto Parga
So, do you want to storage a dummy row to be proccessed in the same controler or to be passed to another controller or function?. I mean, if you want to use it in the same controller why not a local variable to storage it.. If you have used a SQLFORM. factory to get the values they are

Re: [web2py] Re: auth.signature not working

2021-02-15 Thread António Ramos
Hi Jim Sorry but dont understand your suggestion. You mean auth.requires_login() on my restful function like this @auth.requires_login() ? @request.restful() def uploadInvoice(): Does it make sense? Its going to be called by external script. Inside my uploadInvoice i have user =

[web2py] Re: auth.signature not working

2021-02-15 Thread Jim S
Have you tried with an auth decorator? Maybe auth.requires_login()? -Jim On Saturday, February 13, 2021 at 3:33:01 PM UTC-6 Ramos wrote: > Anybody here? > > Em sex., 12 de fev. de 2021 às 23:57, António Ramos > escreveu: > >> hello this is my model >> db.define_table( >> 'entities', >>