Skip to content

Commit

Permalink
kitodo#4241 change prime face tag to hide password
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt committed Sep 15, 2021
1 parent 43ff892 commit 1c0e143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kitodo/src/main/webapp/pages/ldapserverEdit.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@

<div>
<p:outputLabel for="keyStorePassword" value="keyStorePassword"/>
<p:inputText id="keyStorePassword"
<p:password id="keyStorePassword"
styleClass="input"
disabled="#{isViewMode}"
value="#{LdapServerForm.ldapServer.keystorePassword}"
Expand All @@ -131,7 +131,7 @@
</div>
<div>
<p:outputLabel for="managerPassword" value="Manager password"/>
<p:inputText id="managerPassword"
<p:password id="managerPassword"
class="input"
value="#{LdapServerForm.ldapServer.managerPassword}"
disabled="#{isViewMode}"
Expand Down

0 comments on commit 1c0e143

Please sign in to comment.