Skip to content

[front] Fix account deactivation minds#4506

Ben requested to merge fix/deactivate-account-m4508 into master

Ticket(s) / Related Merge Requests

Summary of Changes

Fixes account deactivation not working due to an ACL error introduced when swapping out the data layer for multi-tenant support.

Testing Considerations

  • Accounts can be disabled.
  • When disabled accounts cannot be viewed.
  • Accounts can be re-enabled by logging in.
  • When logging into a disabled account, you should be able to view it again.

Deployment Considerations

Standard deployment.

Regression Scope

Enabling and disabling accounts.

Platform Affected (web, mobile, etc)

Engine changes and front-end.

Developer Testing Completed

Manual, unit for front-end (karma/jasmine)

Screenshots / Screen Recording

simplescreenrecorder-2023-12-11_15.51.54

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out
Edited by Ben

Merge request reports