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

regex to deactivate users #3

Open
jjj333-p opened this issue Dec 11, 2023 · 2 comments
Open

regex to deactivate users #3

jjj333-p opened this issue Dec 11, 2023 · 2 comments
Labels
feature request a feature is wanted

Comments

@jjj333-p
Copy link
Owner

  • look into dendrite see if its hard to add admin endpoint to deactvate
  1. change password endpoint, set log out sessions to true
  2. log in using http endpoint, or possibly natively through the sdk
  3. use userside deactivation endpoint
@jjj333-p jjj333-p added the feature request a feature is wanted label Dec 11, 2023
@TruncatedDinoSour
Copy link

@jjj333-p
Copy link
Owner Author

moving here for better organization

from @timaeos

As mentioned in the #dendrite:matrix.org room:

Having a regular expression format that allows for mass user deletion / purging would be useful for managing spam account abuse. I would preferably want there to be a confirmation step that shows example accounts (<20) that are going to be purged or deleted prior to performing the purge because malformed RegEx mishaps are bound to happen.

Similarly, mass evacuations of rooms would be helpful for moderation.

from me:

oh hm i never would have thought about that. i kinda like that idea since many spambot scripts will do @spambot_[randomstring]:server.tld which could be reasonably picked up by regex.

as for mass evacuations, assuming you dont mean evacuating multiple rooms at once that is already a natively supported admin endpoint and of course this will have it

@jjj333-p jjj333-p changed the title deactivate users regex to deactivate users Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request a feature is wanted
Projects
None yet
Development

No branches or pull requests

2 participants