Opened 10 years ago
Closed 10 years ago
#1094 closed defect (bug) (fixed)
Any user authenticated on .org should be able to submit user contributed notes
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Developer Hub | Keywords: | has-patch |
Cc: |
Description (last modified by )
Not sure what was changed, but it appears as though can_user_post_note()
when hooked to comments_open
makes it only possible to contribute notes when you're authenticated on .org and/or a member of the DevHub site.
Worked this out with @SergeyBiryukov and he should be following up with a patch.
Attachments (1)
Change History (6)
#3
@
10 years ago
- Owner set to coffee2code
- Resolution set to fixed
- Status changed from new to closed
In 1687:
Note: See
TracTickets for help on using
tickets.
Introduced in [768].
There's a must_log_in string in the
comments.php
template, but it's not used because the whole block is not displayed if you're not logged in. Looks likeDevHub::can_user_post_note()
needs to be removed for it to show up.