# Removing Menu items

**URL:** https://discourse.openondemand.org/t/removing-menu-items/1015
**Category:** Get Help
**Tags:** question
**Created:** [July 15, 2020, 11:42pm UTC](https://discourse.openondemand.org/t/removing-menu-items/1015 "2020-07-15T23:42:12Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![datakid](https://sea1.discourse-cdn.com/flex015/user_avatar/discourse.openondemand.org/datakid/32/248_2.png) [@datakid](https://discourse.openondemand.org/u/datakid)
#### Post date: [July 15, 2020, 11:42pm UTC](https://discourse.openondemand.org/t/removing-menu-items/1015/1 "2020-07-15T23:42:12Z")

</div>

How might I remove the “change HPC password” option from the Help menu?

I’ve removed it from within `/var/www/ood/apps/sys/dashboard/app/views/layouts/nav/_help_dropdown.html.erb` but I’ve realised that this will be undone as soon as I upgrade.

Our logins are all SSO, and I don’t want people thinking they can change their HPC password then wondering why they can’t get into their email.

---

<div class="post-metadata">

### Author: ![azric](https://sea1.discourse-cdn.com/flex015/user_avatar/discourse.openondemand.org/azric/32/63_2.png) [@azric](https://discourse.openondemand.org/u/azric)
#### Post date: [July 16, 2020, 12:05pm UTC](https://discourse.openondemand.org/t/removing-menu-items/1015/2 "2020-07-16T12:05:51Z")

</div>

There’s a very large number of things that can be set in _/etc/ood/apps/dashboard/env_, and the URL that is used when someone clicks “change password” is among them. We also use SSO, and have made “change password” go to out central auth site by adding  
# Change Password URL  
OOD\_DASHBOARD\_PASSWD\_URL=“[https://netid.arizona.edu](https://netid.arizona.edu)”  
to _/etc/ood/apps/dashboard/env_. Obviously, you will want something different there, even if it’s just a web page that explains the procedure for changing passwords at your site.

Cheers,  
Ric

---

<div class="post-metadata">

### Author: ![westburg.2](https://avatars.discourse-cdn.com/v4/letter/w/0ea827/32.png) [@westburg.2](https://discourse.openondemand.org/u/westburg.2)
#### Post date: [May 26, 2022, 3:43pm UTC](https://discourse.openondemand.org/t/removing-menu-items/1015/3 "2022-05-26T15:43:12Z")

</div>


