Re: customize auth.users

2008-10-27 Thread Alfredo Alessandrini
How can I change the admin class? Alfredo 2008/10/27 Erik Allik <[EMAIL PROTECTED]>: > > I'd suggest maybe inheriting your custom User admin class from the > original one and only override stuff you need so you can automatically > take advantage of future changes in contrib.auth. > > Erik > > >

Re: customize auth.users

2008-10-27 Thread Erik Allik
I'd suggest maybe inheriting your custom User admin class from the original one and only override stuff you need so you can automatically take advantage of future changes in contrib.auth. Erik On 27.10.2008, at 12:52, Alfredo Alessandrini wrote: > > I've solve whit this: > > http://wolfram

Re: customize auth.users

2008-10-27 Thread Alfredo Alessandrini
I've solve whit this: http://wolfram.kriesing.de/blog/index.php/2008/customize-admin-for-user-model Alfredo 2008/10/27 Alfredo Alessandrini <[EMAIL PROTECTED]>: > Can I customize the auth.users list of the site administration? I need > to display also the active status in the list. > > Thanks,