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
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 (
>
> 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
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
4 matches
Mail list logo