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

account reactivation #3309

Closed
TruncatedDinoSour opened this issue Jan 19, 2024 · 5 comments
Closed

account reactivation #3309

TruncatedDinoSour opened this issue Jan 19, 2024 · 5 comments

Comments

@TruncatedDinoSour
Copy link

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

@spaetz
Copy link
Contributor

spaetz commented Jan 23, 2024

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

@TruncatedDinoSour
Copy link
Author

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

yeah but thts very uh
hacky

@jjj333-p
Copy link
Contributor

jjj333-p commented Feb 7, 2024

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

@TruncatedDinoSour
Copy link
Author

TruncatedDinoSour commented Feb 7, 2024

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)

@S7evinK
Copy link
Contributor

S7evinK commented Feb 28, 2024

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants