At my location we run a locked-down wiki for our operations manual. With the new Menu Application when a user was unregistered, the Menu Application would throw an error on the Login screen. I was able to fix this by editing Menu.UIExtensionSheet in wiki mode. I changed one line for the horizontal menu. The vertical menus don't work on any of my wiki servers so I was not able to fix and test that. (See http://xwiki.475771.n2.nabble.com/Looking-for-Menu-Application-Bug-Verificat...) Here is the line I changed: Old #set ($menuPanel = "{{menu type=""vertical collapsible open""}}{{include reference=""$doc.prefixedFullName"" /}}{{/menu}}") New #set ($menuPanel = "{{velocity}} ${escapetool.h}panelheader(""$doc.plainTitle"") {{menu type=""vertical collapsible open""}}{{include reference=""$doc.prefixedFullName"" /}}{{/menu}} ${escapetool.h}panelfooter() {{/velocity}}") I hope this helps someone. :) -- View this message in context: http://xwiki.475771.n2.nabble.com/Menu-Application-Hide-when-user-doesn-t-ha... Sent from the XWiki- Dev mailing list archive at Nabble.com.