[web2py] Re: Err while trying to submit a new web2py site

2018-09-30 Thread Rahul
Oops.. Looks like a low priority issue ;-) Thanks! Rahul On Monday, September 17, 2018 at 12:01:43 PM UTC+5:30, Rahul wrote: > > Hi Everyone, > Any updates on this yet ? > > Rahul > > On Tuesday, September 4, 2018 at 10:19:02 AM UTC+5:30, Rahul wrote: >> >> Hi All, >> I am no

[web2py] Re: Postgres migration errors

2018-09-30 Thread Rahul
Thank you so much! It means a lot to me :-) Cheers, Rahul On Friday, September 28, 2018 at 11:28:44 AM UTC+5:30, Massimo Di Pierro wrote: > > Congratulations! > > On Monday, 17 September 2018 23:39:50 UTC-7, Rahul wrote: >> >> Hi Everyone, >> I am glad to say that my application (

[web2py] Re: getting insert error on modified_by field in auth_user with auth.register()

2018-09-30 Thread Anthony
> > def user(): > form = auth() > form.vars.modified_by = 3 > form.vars.created_by = 3 > return locals() > auth() calls form.process(), which does the database insert, so change form.vars after that first line has no effect. Instead, you should set these values as the model defa

[web2py] login with SMTP

2018-09-30 Thread Martin Weissenboeck
I habe tried to verify the logincredentials using a remote SMTP server. Works fine! But I do not want than any new user will be registered - the login should be possible only for already registered users. I have tried auth.settings.actions_disabled=['register','profile'] but it not work - there