PUNCH-Cyber / YaraGuardian

Django web interface for managing Yara rules
Apache License 2.0
189 stars 43 forks source link

Register Link Redirects to Login #36

Closed coolacid closed 6 years ago

coolacid commented 6 years ago

When following the registration link sent via the registration token email, the webpage redirects to the login page. This means one would need to login before using the registration link.

[03/Aug/2017 16:00:41] "GET /register/ HTTP/1.1" 302 0
[03/Aug/2017 16:00:42] "GET /login/?next=/register/ HTTP/1.1" 200 3381
coolacid commented 6 years ago

Guest Registration is defaulted set to disabled. In order to use the Invite tokens, you have to set: "GUEST_REGISTRATION": "INVITE" in the configurations.