Skip to content

Commit

Permalink
Fix #2
Browse files Browse the repository at this point in the history
The password wasn't managed
  • Loading branch information
azlux committed Jul 30, 2019
1 parent 3cfe9cf commit b97fce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function openModal(modalId){
</div>
<div class="form-group">
<label class="form-label" for="register_password">Password</label>
<input class="form-input" type="text" id="register_password" name="username"/>
<input class="form-input" type="text" id="register_password" name="password"/>
</div>
<div class="form-group">
<label class="form-label" for="register_email">Email</label>
Expand Down

0 comments on commit b97fce3

Please sign in to comment.