a hidden link is attached to Main Navigation menu

a< href="/user/password">

CommentFileSizeAuthor
#3 navigation_link.png5.27 KBAnonymous (not verified)

Comments

wiifm’s picture

I am also getting this issue, rather annoying as it makes the navigation look a little messy. Seems to only happen with user #1, 'regular' users do not have this same issue.

Anonymous’s picture

I have the same issue as well.

With No Request New Password Module enabled:

Without No Request New Password Module enabled:

Actual source code below:

With No Request New Password Module enabled:

  <div class="content">
    <ul class="menu"><li class="leaf first"><a href="/homesite/user/password"></a></li>
<li class="leaf"><a href="/homesite/user/1">My account</a></li>
<li class="collapsed"><a href="/homesite/node/add">Create content</a></li>
<li class="collapsed"><a href="/homesite/admin">Administer</a></li>
<li class="leaf last"><a href="/homesite/logout">Log out</a></li>
</ul>  </div>
</div>

Without No Request New Password Module enabled:

  <div class="content">
    <ul class="menu"><li class="leaf first"><a href="/homesite/user/1">My account</a></li>
<li class="collapsed"><a href="/homesite/node/add">Create content</a></li>
<li class="collapsed"><a href="/homesite/admin">Administer</a></li>
<li class="leaf last"><a href="/homesite/logout">Log out</a></li>
</ul>  </div>
</div>
Anonymous’s picture

StatusFileSize
new5.27 KB

Another interesting issue - after disabling No Request New Password and logging out, I noticed that the Navigation menu now appears while not being logged in.

Looking at the html source code, the following html code still exists:

  <div class="content">
    <ul class="menu"><li class="leaf first last"><a href="/homesite/user/password"></a></li>
</ul>  </div>
sprout86’s picture

I was a bit puzzled over this too, I went to Administer/Site building/Menus/Navigation, and noticed a blank Menu item at the very top of the list.

I unchecked the Enabled check box, Saved, and sure enough, seems to have done the trick!

kreynen’s picture

Issue summary: View changes
Status: Active » Fixed

I think this is resolved by changes in #2374999: Move form under Configuration/People menu.. If not, please reopen.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.