feat(bugzilla): note that users have to create accounts on bugzilla

One cannot use FAS to create bugzilla accounts. One has to create
explicit bugzilla accounts and can then use FAS to login after if the
e-mail addresses are the same in both places

Reference
https://discussion.fedoraproject.org/t/improve-communication-page-and-bz-login-flow/93651/6
This commit is contained in:
Ankur Sinha (Ankur Sinha Gmail) 2024-01-18 11:49:27 +00:00
parent 84a2db22d7
commit 120225af2d
No known key found for this signature in database
GPG key ID: F8D8C0BEBAC898BD
2 changed files with 15 additions and 12 deletions

View file

@ -1,7 +1,7 @@
= Using Bugzilla
Ben Cotton
Ben Cotton
:revnumber: F36 onwards
:revdate: 2022-03-11
:revdate: 2024-01-18
:category: Troubleshooting
:tags: How-to, Bugzilla
:page-aliases: bugzilla/index.adoc
@ -9,16 +9,20 @@ Ben Cotton
Fedora uses https://bugzilla.redhat.com[Red Hat Bugzilla] for bug tracking. This page and the other pages under the "Bugs" header on the left offer some tips and guidance.
== Permissions
Any user, including "anonymous" (i.e. not logged in) users can view bugs. (Note that some bugs or comments may be marked "private"
or restricted to specific groups. This is rare in Fedora and is generally to protect sensitive information that might be in an attachment or log snippet.)
Any user, including "anonymous" (i.e. not logged in) users can view bugs.
(Note that some bugs or comments may be marked "private" or restricted to specific groups.
This is rare in Fedora and is generally to protect sensitive information that might be in an attachment or log snippet.)
Any logged-in user can create a bug report or add a comment to an existing bug.
The reporter or assignee of a bug can modify any field in their own bug.
== Creating an account
You must have a link:https://bugzilla.redhat.com/createaccount.cgi[Bugzilla account] to file bugs and interact with them.
Once you have created an account on Bugzilla, you can also login using your link:https://accounts.fedoraproject.org[Fedora account], but only if you used the same e-mail address for both accounts.
== Automatic changes

View file

@ -1,9 +1,9 @@
= How to file a bug
Ankur Sinha; Joe Walker
:revnumber: all
:revdate: 2023-05-15
:revdate: 2024-01-18
:category: Bugs
:tags: How-to, Bug-Report
:tags: How-to, Bug-Report
:page-aliases: howto-file-a-bug.adoc
//:imagesdir: ./images
@ -102,12 +102,11 @@ image::20180825-how-to-file-a-bug-cc-list.png[]
=== Step 0: Create a Bugzilla account
TIP: *Use your Fedora account*: You can use your https://accounts.fedoraproject.org/[Fedora account] to sign into Bugzilla.
This is preferred, since your Fedora account can also be used to log into all other Fedora services.
Bugs are filed on https://bugzilla.redhat.com[Bugzilla] and you must have a link:https://bugzilla.redhat.com/createaccount.cgi[Bugzilla account] to file bugs and interact with them.
Once you have created an account on Bugzilla, you can also login using your link:https://accounts.fedoraproject.org[Fedora account], but only if you used the same e-mail address for both accounts.
Bugs are filed on https://bugzilla.redhat.com[Fedora's bugzilla instance], and you must have an account there to file bugs or interact with them.
An account requires a valid e-mail address and can be created https://accounts.fedoraproject.org/[here] (click "Register").
The bug tracker will only send e-mail notifications about bugs that a user is involved in. No other e-mails will be sent.
The bug tracker will only send e-mail notifications about bugs that a user is involved in.
No other e-mails will be sent.
=== Step 1: Filing a new bug