Commit fa5778f6 authored by Ad Schellevis's avatar Ad Schellevis

add logout option to user menu (https://github.com/opnsense/core/issues/305)

parent 892bbe71
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<!-- Core menu system including legacy stuff --> <!-- Core menu system including legacy stuff -->
<User order="0" cssClass="glyphicon glyphicon-user"> <User order="0" cssClass="glyphicon glyphicon-user">
<ChangePassword VisibleName="Change password" url="/system_usermanager_passwordmg.php"/> <ChangePassword VisibleName="Change password" url="/system_usermanager_passwordmg.php"/>
<Logout VisibleName="Logout" url="/index.php?logout"/>
</User> </User>
<System order="1" VisibleName="System" cssClass="glyphicon glyphicon-dashboard"> <System order="1" VisibleName="System" cssClass="glyphicon glyphicon-dashboard">
<Certificates url="/system_certmanager.php"> <Certificates url="/system_certmanager.php">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment