| Summary: | NNTP server should authenticate against Bugzilla | ||
|---|---|---|---|
| Product: | Community | Reporter: | Denis Roy <denis.roy> |
| Component: | Forums and Newsgroups | Assignee: | Denis Roy <denis.roy> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | webmaster |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Denis Roy
I managed to put something together which works in realtime (it's very simple, really) but by then I remembered that implementing this would result in bugzilla credentials being used without encryption. For 'normal' users this isn't critical, but if someone gets a committer credential, it can do a bit of damage. Switching to nntps would cause too much disruption. After a bit of discussion, we realized that this essentially only benefits the newcomer, who is facing two choices for accessing the groups: web interface and nntp. We decided that we'll simply 'hide' the nntp links and focus more on the web interface, which is likely what most newcomers / occasional news posters want. NNTP access will still be possible, but we'll only mention it on a footnote on the pages. I've removed most of the NNTP 'clutter' to make it more obvious that Newsgroups == web interface. |