<a href="editusers.cgi?action=edit&userid=[% member.id FILTER none %]"
target="_blank">
[% ELSE %]
- <a href="user_profile?login=[% member.login FILTER uri %]"
+ <a href="user_profile?user_id=[% member.id FILTER none %]"
target="_blank">
[% END %]
<span [% 'class="bz_inactive"' UNLESS member.is_enabled %]>
{
name: "Profile",
callback: function () {
- var href = "user_profile?login=" + encodeURIComponent(email);
+ var href = "user_profile?user_id=" + id;
window.open(href, "_blank");
}
},
[% IF user.settings.show_gravatars.value == 'On' %]
[% IF who.last_activity_ts %]
- [% IF user.id %]
- <a href="user_profile?login=[% who.login FILTER uri %]">
- [% ELSE %]
- <a href="user_profile?user_id=[% who.id FILTER uri %]">
- [% END %]
+ <a href="user_profile?user_id=[% who.id FILTER none %]">
[% END %]
<img alt="User image" align="middle" src="[% who.gravatar FILTER none %]" width="32" height="32" border="0">
[% "</a>" IF who.last_activity_ts %]
# 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>
</button>
<ul class="dropdown-content left" id="header-account-menu" role="menu" style="display:none;">
<li role="presentation">
- <div href="user_profile" class="account-label">
+ <div class="account-label">
<div class="name">[% user.name FILTER html %]</div>
<div class="email">[% user.login FILTER html %]</div>
</div>
</li>
<li role="separator"></li>
<li role="presentation">
- <a href="user_profile" role="menuitem" tabindex="-1">My Profile</a>
+ <a href="user_profile?user_id=[% user.id FILTER none %]" role="menuitem" tabindex="-1">My Profile</a>
</li>
<li role="presentation">
<a href="page.cgi?id=user_activity.html&action=run&who=[% user.login FILTER uri %]" role="menuitem"