moloch-- / RootTheBox

A Game of Hackers (CTF Scoreboard & Game Manager)
http://root-the-box.com/
Apache License 2.0
908 stars 292 forks source link

Manually validating a user #593

Closed PJNorrisS1 closed 10 months ago

PJNorrisS1 commented 10 months ago

Hey,

When a user validates their email, there is a webhook sent. If an admin manually validates (unlocks) the user; no webhook is sent.

We capture the webhook in another tool that creates a user on another system, therefore could a webhook (same one) be sent when an admin manually validates a user (unlocks?).

Thanks

eljeffeg commented 10 months ago

I added the webhook for the admin manual validation if you could test it. https://github.com/moloch--/RootTheBox/commit/203fe55c4d07a198fdb246671f7374be5df09ba7

PJNorrisS1 commented 10 months ago

Perfecto! thank you!