summaryrefslogtreecommitdiffstats
path: root/extensions/UserProfile
diff options
context:
space:
mode:
authorKohei Yoshino <kohei.yoshino@gmail.com>2018-07-19 04:44:38 +0200
committerDylan William Hardison <dylan@hardison.net>2018-07-19 04:44:38 +0200
commit08e31d692fec488ef88a18040d28ebbfc9c6b443 (patch)
tree001c92f313545b79e101d6f02924c6d4c9945f1f /extensions/UserProfile
parent535a1fd09e4b150e31165e2e79af42c2e5f2bda5 (diff)
downloadbugzilla-08e31d692fec488ef88a18040d28ebbfc9c6b443.tar.gz
bugzilla-08e31d692fec488ef88a18040d28ebbfc9c6b443.tar.xz
Bug 1136271 - Make user profile page visible to anyone for easier sharing
Diffstat (limited to 'extensions/UserProfile')
-rw-r--r--extensions/UserProfile/template/en/default/hook/account/prefs/account-start.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/UserProfile/template/en/default/hook/account/prefs/account-start.html.tmpl b/extensions/UserProfile/template/en/default/hook/account/prefs/account-start.html.tmpl
index f2e3aad01..b3a2fc5ea 100644
--- a/extensions/UserProfile/template/en/default/hook/account/prefs/account-start.html.tmpl
+++ b/extensions/UserProfile/template/en/default/hook/account/prefs/account-start.html.tmpl
@@ -6,6 +6,6 @@
# defined by the Mozilla Public License, v. 2.0.
#%]
-<a href="user_profile?login=[% user.login FILTER uri %]">
+<a href="user_profile?user_id=[% user.id FILTER none %]">
[% terms.Bugzilla %] User Profile
</a><br><hr>