[web2py] Re: Do Calculations with Plaintext Password

2017-11-27 Thread Philipp
Thank you for your answers, it works. The overall security won't be harmed. We're only storing statistical data for research purposes. Am Sonntag, 26. November 2017 17:01:05 UTC+1 schrieb Anthony: > > Also, whatever computations you are doing with the password, make sure you > don't end up sto

[web2py] Re: Dependency issue with gluino

2013-12-29 Thread Philipp Müller
Any news here? I'm having the same issue trying to use gluino with flask using pip as well as install from the git repository using python. Thanks in advance! Am Donnerstag, 13. Juni 2013 22:23:39 UTC+2 schrieb Massimo Di Pierro: > > Guino needs to be updated. Please hold on one more week. > > O

[web2py] Re: IOS, Json, Web2py.

2013-06-10 Thread Philipp Müller
Thanks so much. This works for dict(db.someTable.validate_and_insert(**data)) but for some reason not for dict(db.someTable.insert(**data)) That's fine for me, I'm just wondering though. Btw: What exactly does ** do in this case? Thanks again and regards, Philipp Am Montag, 10. Ju

[web2py] Re: IOS, Json, Web2py.

2013-06-10 Thread Philipp Müller
message: insert() takes exactly 1 argument (2 given) Any ideas on how to solve this would be highly appreciated. Regards, Philipp Am Mittwoch, 24. Oktober 2012 11:23:09 UTC+2 schrieb Niphlod: > > For future users reading this thread... this means that the Iphone sent > the JSON object P

[web2py] Re: Form for a db-table, that belongs to currently logged in user

2013-04-22 Thread Philipp Müller
ine if user "John" can't insert > #pets related to user "James" > grid = SQLFORM.grid(db.pet.owner_id == auth.user_id) > return dict(grid=grid) > > > > > On Monday, April 22, 2013 5:09:11 PM UTC+2, Philipp Müller wrote: >> >> Hello, >&g

[web2py] Form for a db-table, that belongs to currently logged in user

2013-04-22 Thread Philipp Müller
on how to do this would be highly appreciated. With kind regards, Philipp -- --- 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 web2py+unsubscr...@goo

[web2py] Re: auth.user.id in restful api

2013-04-07 Thread Philipp Müller
user. My question now is, how I can accomplish this, using the @require_restful() decorator in my API. Thank you & regards, Philipp Am Samstag, 6. April 2013 19:40:39 UTC+2 schrieb Christian Foster Howes: > > have you tried decorating your GET/PUT/POST/DELETE methods with the &

[web2py] auth.user.id in restful api

2013-04-06 Thread Philipp Müller
le to figure out how to do this, any help regarding this problem would be highly appreciated. Kind regards, Philipp -- --- 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