Allow anonymous feedback messages via settings #1704
Labels
[C] Backend
Focuses on backend implementation
[C] Frontend
Focuses on frontend implementation
[P] Major
Major priority
[S] Small
This issue should require only small changes.
Milestone
When sending a message in the feedback form, the sender field is currently automatically filled and disabled; thus users cannot give anonymous feedback.
This should be made optional via a new setting
ALLOW_ANONYMOUS_FEEDBACK_MESSAGES
. When set toFALSE
, the current behavior is kept. When set toTRUE
, a new checkbox is shown in the form, enabling users to send their message anonymously. Checking this checkbox will remove the sender information in the form and in the sent message's text.The text was updated successfully, but these errors were encountered: