My version of HedgeDoc is: 1.9.9
What I expected to happen:
The only user I have registered is me, via the manage_users
command. allowEmailRegister
and allowAnonymous
are both set to false
in config.json
. I expected that I would be the only user, and the only person who could start new notes.
What actually happened:
Unauthorized notes, and two new unauthorized users have appeared. (Google found one of the unauthorized notes. Browsing the postgresdb revealed the unauthorized users in the Users table.
I already tried:
I think I should be able to delete the users with manage-users --del
. With that delete the notes they’ve made as well? Is it okay to manually delete those from the database if not?
Mostly, what should I do to figure out or close whatever loophole these users exploited to create accounts? Has anyone else has unauthorized users created under these settings?
Thank you!