You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user table has an "enabled" field, which seems pretty useless. In fact, most of the code around it is just using the value of the "active" field.
Remove the "enabled" field in the entity and the migration to v2, and all related code (getter/setter in the User entity and constructor in the UserManager class).