What The Problem Is
I am unable to modify the primary e-mail address of my Mozilla People account.
How To Reproduce It
When authenticated with Mozilla OIDC:
#!/usr/bin/env xdg-open
window.location.assign('https://people.mozilla.org/p/rokejulianlockhart#nav-contact:~:text=Contact%20options-,Email%20Primary,-rokebeedell@gmail%2Ecom');
document.querySelector('article.panel__section:nth-child(4) > header:nth-child(2) > a:nth-child(2)').click();
Expected Behaviour
It should replicate the value that is assigned at accounts.firefox.com/settings.
Screenshots
My Environment
-
#!/usr/bin/env sh
rpm -qf $(desktop=$(xdg-settings get default-web-browser); cmd=$(grep -h -m1 '^Exec=' /usr/share/applications/$desktop ~/.local/share/applications/$desktop 2>/dev/null | cut -d= -f2 | sed 's/ %.*//'); which "$cmd") \
--queryformat "$(
cat <<'EOF'
Name: %{NAME}
Version: %{VERSION}
Release: %{RELEASE}
Architecture: %{ARCH}
Install Date: %{INSTALLTIME:date}
Size: %{SIZE}
Signature: %{SIGPGP:pgpsig}
Source RPM: %{SOURCERPM}
Build Date: %{BUILDTIME:date}
Build Host: %{BUILDHOST}
Packager: %{PACKAGER}
Vendor: %{VENDOR}
EOF
)"$'\n' | yq -P
-
Name: firefox-nightly
Version: 150.0a1
Release: 20260313094329
Architecture: x86_64
Install Date: Fri 13 Mar 2026 12:00:29 GMT
Size: 381294940
Signature: (none)
Source RPM: firefox-nightly-150.0a1-20260313094329.src.rpm
Build Date: Fri 13 Mar 2026 11:46:12 GMT
Build Host: 4460877ad01a
Packager: (none)
Vendor: Mozilla
Additional Context
This may relate to mozilla/fxa/issues/13947. 1
What The Problem Is
I am unable to modify the primary e-mail address of my Mozilla People account.
How To Reproduce It
When authenticated with Mozilla OIDC:
Expected Behaviour
It should replicate the value that is assigned at
accounts.firefox.com/settings.Screenshots
My Environment
Additional Context
This may relate to
mozilla/fxa/issues/13947. 1Footnotes
bugzilla.mozilla.org/show_bug.cgi?id=2022082#c7↩