Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

account reactivation #3309

Closed
matrixbot opened this issue Nov 2, 2024 · 5 comments
Closed

account reactivation #3309

matrixbot opened this issue Nov 2, 2024 · 5 comments

Comments

@matrixbot
Copy link
Collaborator

This issue was originally created by @TruncatedDinoSour at matrix-org/dendrite#3309.

Description:

synapse has account reactivation, but i don't think dendrite has that, would be a useful feature, esp rn as i'm sorta in need of it xD

@matrixbot
Copy link
Collaborator Author

This comment was originally posted by @spaetz at matrix-org/dendrite#3309 (comment).

You can poke the user_account table and reactivate directly there....

@matrixbot
Copy link
Collaborator Author

This comment was originally posted by @TruncatedDinoSour at matrix-org/dendrite#3309 (comment).

You can poke the user_account table and reactivate directly there....

yeah but thts very uh
hacky

@matrixbot
Copy link
Collaborator Author

This comment was originally posted by @jjj333-p at matrix-org/dendrite#3309 (comment).

i mean deactivation only exists by either poking the db or logging in as the user and using the user endpoint, so like of course it wont exist.

also imo it shouldnt be added but thats just my personal take

@matrixbot
Copy link
Collaborator Author

This comment was originally posted by @TruncatedDinoSour at matrix-org/dendrite#3309 (comment).

i mean deactivation only exists by either poking the db or logging in as the user and using the user endpoint, so like of course it wont exist.

also imo it shouldnt be added but thats just my personal take

synapse has it and i think itd come in handy when u need it
https://matrix-org.github.io/synapse/latest/admin_api/user_admin_api.html#create-or-modify-account

deactivated is set to false and the user was previously deactivated (you are reactivating this user)

@matrixbot
Copy link
Collaborator Author

This comment was originally posted by @S7evinK at matrix-org/dendrite#3309 (comment).

Given /deactivate doesn't just set a flag in Dendrite but also removes the user from every room they were in, I'm not sure this is something we currently want to implement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant