Re: [web2py] Custom information page after registration and hide field

2021-02-06 Thread Dave S
On Tuesday, February 2, 2021 at 11:54:43 AM UTC-8 brushek wrote: > wtorek, 2 lutego 2021 o 20:51:16 UTC+1 brushek napisał(a): > >> poniedziałek, 1 lutego 2021 o 10:50:51 UTC+1 snide...@gmail.com >> napisał(a): >> >>> >>> On Sunday, January 31, 2021 at 3:05:09 PM UTC-8 brushek wrote: >>> [...] >>

Re: [web2py] Custom information page after registration and hide field

2021-02-02 Thread 'brushek' via web2py-users
wtorek, 2 lutego 2021 o 20:51:16 UTC+1 brushek napisał(a): > poniedziałek, 1 lutego 2021 o 10:50:51 UTC+1 snide...@gmail.com > napisał(a): > >> >> On Sunday, January 31, 2021 at 3:05:09 PM UTC-8 brushek wrote: >> [...] >> >>> def qrcode(): >>> response.view = 'qrcode.html' >>> response.flas

Re: [web2py] Custom information page after registration and hide field

2021-02-02 Thread 'brushek' via web2py-users
poniedziałek, 1 lutego 2021 o 10:50:51 UTC+1 snide...@gmail.com napisał(a): > > On Sunday, January 31, 2021 at 3:05:09 PM UTC-8 brushek wrote: > [...] > >> def qrcode(): >> response.view = 'qrcode.html' >> response.flash = 'you clicked on register' >> return dict(message="you clicked on reg

Re: [web2py] Custom information page after registration and hide field

2021-02-01 Thread Dave S
On Sunday, January 31, 2021 at 3:05:09 PM UTC-8 brushek wrote: [...] > def qrcode(): > response.view = 'qrcode.html' > response.flash = 'you clicked on register' > return dict(message="you clicked on register") > > I have a question about response.view - when I comment this out, I get in >

Re: [web2py] Custom information page after registration and hide field

2021-01-31 Thread 'brushek' via web2py-users
niedziela, 31 stycznia 2021 o 18:02:41 UTC+1 mauri...@gmail.com napisał(a): > If its about QR codes, these are what I mean't: > http://www.web2pyslices.com/slice/show/1462/qr-code-builder-with-web2py > https://github.com/minlaxz/python-qr > https://github.com/laconic75/QR-Inventory > OK, thank

Re: [web2py] Custom information page after registration and hide field

2021-01-31 Thread Maurice Waka
If its about QR codes, these are what I mean't: http://www.web2pyslices.com/slice/show/1462/qr-code-builder-with-web2py https://github.com/minlaxz/python-qr https://github.com/laconic75/QR-Inventory On Sun, Jan 31, 2021 at 4:50 PM 'brushek' via web2py-users < web2py@googlegroups.com> wrote: > OK

Re: [web2py] Custom information page after registration and hide field

2021-01-31 Thread 'brushek' via web2py-users
OK, Your suggestion is to search in examples of web2py and github ? Regards niedziela, 31 stycznia 2021 o 03:48:08 UTC+1 mauri...@gmail.com napisał(a): > I thought I must have seen an example of the same from github or Web2py > examples. > Regards > > On Sun, Jan 31, 2021, 02:47 'brushek' via

Re: [web2py] Custom information page after registration and hide field

2021-01-30 Thread Maurice Waka
I thought I must have seen an example of the same from github or Web2py examples. Regards On Sun, Jan 31, 2021, 02:47 'brushek' via web2py-users < web2py@googlegroups.com> wrote: > > Hello, > > I have two problems to solve, I think they are simple, but couldn't find > proper solution in docs. > >

[web2py] Custom information page after registration and hide field

2021-01-30 Thread 'brushek' via web2py-users
Hello, I have two problems to solve, I think they are simple, but couldn't find proper solution in docs. I would like to show qrcode generated by qrcode module which will be used for Google Authenticator for every user after proper registration. This qrcode should be generated randomly and in