auth.settings.register_onaccept = lambda form: auth.add_membership(123,
form.vars.id)
where 123 is the id of the group you want.
On Friday, 25 December 2015 13:26:38 UTC-6, Alessandro Leonetti wrote:
>
> Ok Massimo ti ringrazio per i chiarimenti
> Posso chiederti anche un'ultima cosa?
> I
This is issue is now fixed in 2.13.4. :-)
On Friday, 25 December 2015 22:37:54 UTC-6, Πέτρος Χατζηλάμπρος wrote:
>
> Mrry Christmas
>
> I found the following bug in version 2.13.3:
>
> I am using linux mint and I have a folder named web2py on the ~/Desktop
> I was using to run web2py by openin
I do not understand. That line is not in 2.13.3. Can you try upgrade again?
On Thursday, 24 December 2015 11:11:27 UTC-6, Seth J wrote:
>
> Hi Massimo,
>
> I just upgraded from 2.9.5 and it seemed to kill my LDAP authorization:
>
> invalid syntax (ldap_auth.py, line 435)
> Versionweb2py™Version 2
Mrry Christmas
I found the following bug in version 2.13.3:
I am using linux mint and I have a folder named web2py on the ~/Desktop
I was using to run web2py by opening terminal and giving the command
"python ~/Desktop/web2py/web2py.py -a "tsouras" -i 0.0.0.0".
After the update to version 2.
*With this tables:*
db.define_table('tbProduct', \
Field('category_id','reference tbCategory',
label='Category', ondelete='RESTRICT'), \
Field('group_id', 'reference tbGroup', label='Group',
ondelete='RESTRICT'), \
Field('name', 'string
Ok Massimo ti ringrazio per i chiarimenti
Posso chiederti anche un'ultima cosa?
In realtà l'ho risolta già in un modo seguendo un vecchio post di un
utente, ma vorrei se possibile risolverla in modo più pulito.
E' possibile iscrivere l'utente ad un gruppo di Default quando si registra?
Al mome
Thanks for your answers Massimo and Anthony. I'll try again and share the full
piece of related code if it continues to fail.
Best regards
Jes
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p
7 matches
Mail list logo