Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Rename deprovision to ban #779

Open
xcoulon opened this issue Feb 8, 2019 · 0 comments
Open

Rename deprovision to ban #779

xcoulon opened this issue Feb 8, 2019 · 0 comments
Milestone

Comments

@xcoulon
Copy link
Contributor

xcoulon commented Feb 8, 2019

Make the change in all layers of the code, but at the controller, level, keep the existing /api/namedusers/:username/deprovision endpoint and provide a new /api/namedusers/:username/ban with the same functionality (a redirect may not work, depending on the client impl., so we may need to keep both implementations until the registration app has been updated to call the new ban endpoint)

Having ban endpoint would help clarifying the role, compared to the upcoming deactivate endpoint which has not exactly the same business rules:

  • when an account is deactivated, all data is removed (briefly explained), but the user may come back and register again
  • when an account is banned, all data is removed but the user is not allowed to connect the SaaS again.
@xcoulon xcoulon added this to the Sprint 162 milestone Feb 8, 2019
@xcoulon xcoulon modified the milestones: Sprint 162, Sprint 163 Feb 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant