mirror of
https://github.com/h44z/wg-portal.git
synced 2025-08-26 06:51:13 +00:00
fix ldap sync for disabled users, check if admin username is an email address, rename username to email
This commit is contained in:
@@ -20,9 +20,8 @@
|
||||
<div class="card-body">
|
||||
<form class="form-signin" method="post">
|
||||
<div class="form-group">
|
||||
<label for="inputUsername">Username</label>
|
||||
<input type="text" name="username" class="form-control" id="inputUsername" aria-describedby="usernameHelp" placeholder="Enter username">
|
||||
<small id="usernameHelp" class="form-text text-muted">Please enter your LDAP username, not the email address.</small>
|
||||
<label for="inputUsername">Email</label>
|
||||
<input type="text" name="username" class="form-control" id="inputUsername" aria-describedby="usernameHelp" placeholder="Enter email">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="inputPassword">Password</label>
|
||||
|
Reference in New Issue
Block a user