# Custom sidebar link Name should not trigger password managers

**URL:** https://meta.discourse.org/t/custom-sidebar-link-name-should-not-trigger-password-managers/323427
**Category:** Bug
**Tags:** sidebar
**Created:** [August 26, 2024, 4:50pm UTC](https://meta.discourse.org/t/custom-sidebar-link-name-should-not-trigger-password-managers/323427 "2024-08-26T16:50:32Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![supermathie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/supermathie/32/507518_2.png) [@supermathie](https://meta.discourse.org/u/supermathie)
#### Post date: [August 26, 2024, 4:50pm UTC](https://meta.discourse.org/t/custom-sidebar-link-name-should-not-trigger-password-managers/323427/1 "2024-08-26T16:50:32Z")

</div>

Can we add a style (or… do whatever other magic is appropriate) to this field to explicitly _not_ trigger password managers here?

> ![This image shows a computer screen with a menu open, displaying information about customizing section titles. (Captioned by AI)](https://global.discourse-cdn.com/meta/original/4X/7/1/8/718d015aa0481aaa6c554e389c8957ba98a1f77b.png)

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [August 26, 2024, 9:18pm UTC](https://meta.discourse.org/t/custom-sidebar-link-name-should-not-trigger-password-managers/323427/2 "2024-08-26T21:18:58Z")

</div>

Hmm yeah frustratingly it seems 1Password is trying to be smart and triggers this when the input has “name” in its name, so this gets picked up even though we call it `link-name`… it seems even partial matches like `link-displayName` will trigger it

[https://github.com/discourse/discourse/pull/28559](https://github.com/discourse/discourse/pull/28559)

---

<div class="post-metadata">

### Author: ![supermathie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/supermathie/32/507518_2.png) [@supermathie](https://meta.discourse.org/u/supermathie)
#### Post date: [August 26, 2024, 9:21pm UTC](https://meta.discourse.org/t/custom-sidebar-link-name-should-not-trigger-password-managers/323427/3 "2024-08-26T21:21:08Z")

</div>

`data-1p-ignore`… aaarrrghhh is there no generic class that works for all password managers to say “ignore this field”? ☹

> **[Standards](https://xkcd.com/927/)**

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [August 26, 2024, 9:22pm UTC](https://meta.discourse.org/t/custom-sidebar-link-name-should-not-trigger-password-managers/323427/4 "2024-08-26T21:22:15Z")

</div>

hah yes, same reaction… ideally `autocomplete="off"` would work but it does not

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [October 30, 2025, 1:53am UTC](https://meta.discourse.org/t/custom-sidebar-link-name-should-not-trigger-password-managers/323427/6 "2025-10-30T01:53:25Z")

</div>

No longer seeing this behavior on Firefox or Chrome.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [October 30, 2025, 1:53am UTC](https://meta.discourse.org/t/custom-sidebar-link-name-should-not-trigger-password-managers/323427/7 "2025-10-30T01:53:28Z")

</div>


