-
Notifications
You must be signed in to change notification settings - Fork 52
Remove anonymous option for contact forms #5703
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
Conversation
falbru
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Viljen789
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Nice change
ch0rizo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So freaky clean! 🪨
3367bb4 to
5e0bd0c
Compare

Description
Removes the option for sending anonymous contact forms.
This could be an issue if this is being linked outside of abakus.no intended for externals to use to contact abakus as it is now not possible to submit the contact form without being logged in. The path
abakus.no/contactseems like a typical entry point for externals to contact abakus on if they dont know of other ways.If this contact form is only intented for abakus users anyways it should be okay.
Testing
See related backend pr: webkom/lego#3842
Resolves ABA-1496