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 able to login using the credentials in this DB and should be able to change the password for the account they are logged in with. The Django documentation suggests to copy the credentials from the legacy DB to the Django-style user DB beforehand or on the fly. But I don't think this is the way to go for me, since changes to the password etc. must be reflected in the legacy DB. Is there an easy/obvious way to achieve this?
Peter -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.