Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Allow reactivating users on the homeserver #2970

Merged
merged 3 commits into from
Jul 16, 2024
Merged

Conversation

sandhose
Copy link
Member

  • Add a way to reactivate users on the homeserver
  • GraphQL API to unlock a user
  • Show whether the user is deactivated on the homeserver in the GraphQL API

Fixes #2101
Fixes #2375

Copy link

cloudflare-workers-and-pages bot commented Jul 12, 2024

Deploying matrix-authentication-service-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6c0effd
Status: ✅  Deploy successful!
Preview URL: https://6b3c2a7a.matrix-authentication-service-docs.pages.dev
Branch Preview URL: https://quenting-user-reactivation.matrix-authentication-service-docs.pages.dev

View logs

Copy link
Contributor

@reivilibre reivilibre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the only thing to comment on, is I wish we could make it clearer that unlock implies reactivation.

This gets super confusing given Synapse's own notion of user locks, user deactivations and user suspensions.
It'd be really good to straighten this out for the clarity of our code, interface and documentation.
Currently, I don't think I'd enjoy being a user of these features in combination because it doesn't make sense if you don't already know all the aspects.
However I am struggling to think of anything concrete to suggest...

@sandhose
Copy link
Member Author

I agree with you on this. I opened an issue to track this: #2978

@sandhose sandhose force-pushed the quenting/user-reactivation branch from 3f30498 to 6c0effd Compare July 16, 2024 11:13
@sandhose sandhose enabled auto-merge (rebase) July 16, 2024 11:13
@sandhose sandhose merged commit fa32387 into main Jul 16, 2024
16 checks passed
@sandhose sandhose deleted the quenting/user-reactivation branch July 29, 2024 12:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose whether a user is permanently deactivated or not Admin API to unlock a user
2 participants