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

Allow reactivating users on the homeserver#2970

Merged
sandhose merged 3 commits intomainfrom
quenting/user-reactivation
Jul 16, 2024
Merged

Allow reactivating users on the homeserver#2970
sandhose merged 3 commits intomainfrom
quenting/user-reactivation

Conversation

@sandhose
Copy link
Copy Markdown
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

@cloudflare-workers-and-pages
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
Member Author

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

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