1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 15:11:40 +02:00

use bootstrap input boxes for password change boxes

This commit is contained in:
Chaoyi Zha 2015-10-27 20:15:28 -04:00
parent 898d3bf855
commit b9e7e22fc5

View File

@ -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>';