mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-09 19:52:28 +01:00
use bootstrap input boxes for password change boxes
This commit is contained in:
parent
898d3bf855
commit
b9e7e22fc5
@ -237,8 +237,8 @@ if (!is_array($auth->islogged())) {
|
||||
<h3>Change password</h3>
|
||||
<form action=\'ucp-settingsp.php\' method=\'POST\'>
|
||||
<input type=\'hidden\' name=\'action\' value=\'changepw\' />
|
||||
Old Password: <input type=\'password\' name=\'currpw\' />
|
||||
New Password: <input type=\'password\' name=\'newpw\' />
|
||||
Old Password: <input class="form-control passwbox" type=\'password\' name=\'currpw\' />
|
||||
New Password: <input class="form-control passwbox" type=\'password\' name=\'newpw\' />
|
||||
<input type=\'submit\' class=\'btn btn-success\'/>
|
||||
</form>
|
||||
</div>';
|
||||
|
Loading…
Reference in New Issue
Block a user