jerimiah-smiggins / smiggins

a social media platform that i made so that means its cool
https://trinkey.pythonanywhere.com
GNU General Public License v3.0
5 stars 5 forks source link

word blacklist on admin page #192

Open 4kh00 opened 3 days ago

4kh00 commented 3 days ago

This is mainly for self-hosted things, but it would be nice to have an admin dashboard, including banned words/phrases. (I think you're gonna need a new difficulty label...)

trinkey commented 3 days ago

there already is the /admin page (linked in settings), by default given to only the first user (determined by the instance owner option in the settings file (smiggins/backend/_settings.py). from there you can add and remove other admins.

a word blocklist is a good idea though