|
|
|
@ -28,19 +28,19 @@
|
|
|
|
|
<?php if (session()->getFlashdata('msg')) : ?> |
|
|
|
|
<div class="alert alert-danger"><?= session()->getFlashdata('msg') ?></div>
|
|
|
|
|
<?php endif; ?> |
|
|
|
|
<form action="<?php base_url() ?>auth/ldap_auth" method="post">
|
|
|
|
|
<form action="<?php base_url() ?>auth/login" method="post">
|
|
|
|
|
|
|
|
|
|
<div class="form-floating mb-3"> |
|
|
|
|
<input class="form-control" name="username" id="username" type="text" placeholder="NIP 9 Digit" /> |
|
|
|
|
<label for="inputEmail">NIP</label> |
|
|
|
|
<input class="form-control" name="username" id="username" type="text" placeholder="NIP 9 Digit" maxlength="9"> |
|
|
|
|
<label>NIP</label> |
|
|
|
|
</div> |
|
|
|
|
<div class="form-floating mb-3"> |
|
|
|
|
<input class="form-control" name="password" id="password" type="password" placeholder="Password SIKKA" /> |
|
|
|
|
<label for="inputPassword">Password</label> |
|
|
|
|
<label>Password</label> |
|
|
|
|
</div> |
|
|
|
|
<div class="form-check mb-3"> |
|
|
|
|
<input class="form-check-input" id="inputRememberPassword" type="checkbox" value="" /> |
|
|
|
|
<label class="form-check-label" for="inputRememberPassword">Ingat Password</label> |
|
|
|
|
<label class="form-check-label" >Ingat Password</label> |
|
|
|
|
</div> |
|
|
|
|
<div class="d-flex align-items-center justify-content-between mt-4 mb-0"> |
|
|
|
|
<a> </a> |
|
|
|
|