Changed the login password field to the 'password' input type to hide it
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
78d279e35d
commit
71e5c27e0c
@ -28,7 +28,7 @@
|
||||
|
||||
<label class="columns six">
|
||||
Bind Password:
|
||||
<input class="u-full-width" type="text" name="bind_pw" placeholder="Enter bind DN...">
|
||||
<input class="u-full-width" type="password" name="bind_pw" placeholder="Enter bind password...">
|
||||
</label>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user