I am sorry, I cannot take this patch for two reasons:

1) it moves self.signature to after tables are defined. that prevents
custom auth_* tables which are signed. Some users do that.
2) Why
    auth.settings.is_active_writable = False
is better than
    db.auth_user.is_active.writable = False
?
It is one more api to remember and provides an exception since other
fields will be treated differently.



On Aug 9, 2:02 am, Yair Eshel <guruy...@gmail.com> wrote:
> This is a patch that allows you to adds auth.settings.is_active_writable
> It is set to True by default, for backword compatablity, but I took the
> liberty of turning it off in the welcome app, by defalt.
>
> I Hope it'll bring you joy.
>
> --
> Get Freebiz - השיגו פריביזhttp://www.fribiz.com/referrer/guruyaya
>
>  is_active_write.diff
> 6KViewDownload

Reply via email to