Simplify the User
database model
#2928
Labels
priority/quality-of-life
would simplify development
topic/database-migrations
topic/database-schema
topic/orm
type/accepted feature
approved feature request
type/refactoring
Milestone
The current
User
entity is mostly used to add the metadata of the owner to aNode
. However, it includes various attributes related to using the instance as way to authenticate and authorize. This was originally added because the base user implementation provided by Django was used, which requires these additional fields. If Django can be used with a simplified model, this would be better. The only attributes we need:The text was updated successfully, but these errors were encountered: