# Pritunl client right click in password field

**URL:** https://forum.pritunl.com/t/pritunl-client-right-click-in-password-field/3589
**Category:** Pritunl VPN
**Tags:** pritunl-client
**Created:** [October 19, 2025, 10:05am UTC](https://forum.pritunl.com/t/pritunl-client-right-click-in-password-field/3589 "2025-10-19T10:05:25Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![jaredc](https://forum.pritunl.com/letter_avatar_proxy/v4/letter/j/dec6dc/32.png) [@jaredc](https://forum.pritunl.com/u/jaredc)
#### Post date: [October 19, 2025, 10:05am UTC](https://forum.pritunl.com/t/pritunl-client-right-click-in-password-field/3589/1 "2025-10-19T10:05:25Z")

</div>

I noticed that we cant right click on the password field when connecting to pritunl.

Our company champions accessibility standards in our own product and software that we use - and not having right click may affect accessibility tools that help users operate a computer

Would it be possible to add a feature request for this to be configurable at least?

---

<div class="post-metadata">

### Author: ![zach](https://forum.pritunl.com/user_avatar/forum.pritunl.com/zach/32/1105_2.png) [@zach](https://forum.pritunl.com/u/zach)
#### Post date: [October 20, 2025, 3:11am UTC](https://forum.pritunl.com/t/pritunl-client-right-click-in-password-field/3589/2 "2025-10-20T03:11:38Z")

</div>

I have added a context menu with the options below. This will be included in the next release.

```typescript
electron.Menu.buildFromTemplate([
	{role: "undo"},
	{role: "redo"},
	{role: "cut"},
	{role: "copy"},
	{role: "paste"},
	{role: "selectAll"},
]).popup()

```

---

<div class="post-metadata">

### Author: ![jaredc](https://forum.pritunl.com/letter_avatar_proxy/v4/letter/j/dec6dc/32.png) [@jaredc](https://forum.pritunl.com/u/jaredc)
#### Post date: [October 20, 2025, 7:47am UTC](https://forum.pritunl.com/t/pritunl-client-right-click-in-password-field/3589/3 "2025-10-20T07:47:36Z")

</div>

Thanks for the prompt action! 🏆

---

<div class="post-metadata">

### Author: ![jaredc](https://forum.pritunl.com/letter_avatar_proxy/v4/letter/j/dec6dc/32.png) [@jaredc](https://forum.pritunl.com/u/jaredc)
#### Post date: [November 7, 2025, 8:40am UTC](https://forum.pritunl.com/t/pritunl-client-right-click-in-password-field/3589/4 "2025-11-07T08:40:08Z")

</div>

One again thanks for adding this! Downloaded the latest release

Small issue is that when you right click it selects the text you have already pasted, so we have password2fa (I cant wrap those in brackets here - the forum keeps removing the password text) so pasting with mouse pastes the 2fa over the password entered previously

 ![Screenshot 2025-11-07 at 08.38.20](https://forum-static.pritunl.com/original/2X/5/59bbcb9d3a6e55b9214e75437b8b40edcc6b2847.png)

---

<div class="post-metadata">

### Author: ![zach](https://forum.pritunl.com/user_avatar/forum.pritunl.com/zach/32/1105_2.png) [@zach](https://forum.pritunl.com/u/zach)
#### Post date: [November 8, 2025, 12:26am UTC](https://forum.pritunl.com/t/pritunl-client-right-click-in-password-field/3589/5 "2025-11-08T00:26:59Z")

</div>

I don’t think it would be possible to change that.
