Re: Creating an user/password management app

2012-05-13 Thread Peter Steinmetz
Am Sonntag, 13. Mai 2012 23:17:15 UTC schrieb Russell Keith-Magee: > However, the big catch -- Django's concept of a "User" isn't > especially easy to customise. This means that won't be trivial > (possible, but not trivial, and certainly not documented) to use your > legacy table as a subst

Re: Creating an user/password management app

2012-05-13 Thread Russell Keith-Magee
On Sun, May 13, 2012 at 6:58 PM, Peter Steinmetz wrote: > Hi, > > given an existing SQL DB which stores user credentials. This DB is > used as an authentication backend by a mail server. > Now I'd like to create a web frontend to manage the credentials in > this existing DB. I. e. users should be