I am encountering a problem with login on Postorius. There is no mechanism to 
keep the MM user database synchronized to the one which django creates. If you 
use BrowserID to log in, or if you are otherwise in the django user database, 
this is currently causing a access error for any user that was not previously 
defined in the MM database when attempting to access the MM interface.

Further, in implementing extensions to the login function, having the password 
(but not the other user profile information, including alternate credential 
specifications) on a separate system greatly complicates the handling of login.

It would greatly simplify things if all of the user information, including 
profile, and whatever information the "social media" folks want to keep, were 
stored in one place.

If we are not going to have a single database, to which all components of the 
system have equal access, then I suggest that we treat the user information as 
a separate realm from both the UI and the "core" and require both of them to 
access that information through the same REST interface.






_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
http://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to