Verwaltung von LDAP Accounts und Gruppen
Michael Dollinger
2021-01-02 054c8e63cfd9e070bbc843368c48bd963971cd58
„src/main/webapp/template/navbar.jsp“ ändern

Link für "Passwort-Reset" in der Navigation hinzugefügt
1 files modified
4 ■■■ changed files
src/main/webapp/template/navbar.jsp 4 ●●● patch | view | raw | blame | history
src/main/webapp/template/navbar.jsp
@@ -24,7 +24,9 @@
                <li>
                    <a href="<c:url value="/profile"/>"><fmt:message key="navbar.item.profile"/></a>
                </li>
            </ul>
                <li>
                    <a href="<c:url value="/passwordreset"/>">Passwort-Reset</a>
                </li>
        </div>
    </div>
</nav>