[web2py] Re: auth.get_or_create_user() does not validate data
fair enough. thanks for the clarification. i'll validate before i call the method. cfh
[web2py] Re: auth.get_or_create_user() does not validate data
It is a feature. validators apply to forms, not database access. On May 16, 9:42 pm, howesc wrote: > is it a bug or a feature that when i call get_or_create_user that the > field's validators are not called when creating a new user? I have a place > where i would like them to be, but i'm not sur