(organization) add is_active field

Add flag to indicate whether the organization is active.
Prepare organizations provisioning. The organization
will be created with this flag set to False and will
become active when the first user is associated with it.
This commit is contained in:
Sabrina Demagny
2025-03-27 11:06:15 +01:00
parent 3173e096d9
commit e4e9a121a4
4 changed files with 22 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ and this project adheres to
### Added
- ✨(organization) add `is_active` field
- ✨(domains) notify support when domain status changes #668
- ✨(domains) define domain check interval as a settings
- ✨(oidc) add simple introspection backend #832