Files
@ fd80edc4aa20
Branch filter:
Location: kallithea/init.d/supervisord.conf
fd80edc4aa20
2.6 KiB
text/plain
auth: move UserModel.fill_data to AuthUser
Because the method is only used by AuthUser, and also because it's an
awful thing to do (copying a large but ill-defined set of attributes
from one object to another), and we don't want usage to spread.
Because the method is only used by AuthUser, and also because it's an
awful thing to do (copying a large but ill-defined set of attributes
from one object to another), and we don't want usage to spread.