Skip to content

C2: Remove deprecated and confusing user.enabled field #5212

@ywarnier

Description

@ywarnier

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).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions