Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Front End User Login Plugin (XML Or Database - ver: 3.0)
#78
If you want to hide the password field with ******...
Edit the user_login.php.

Find:
Code:
<input type="text" name="password" class="user_login_password" style="" value="Password" onFocus="if(this.value == \'Password..\') {this.value = \'\';}" onBlur="if (this.value == \'\') {this.value = \'Password..\';}" />

Replace with:
Code:
<input type="password" name="password" class="user_login_password" style="" value="Password" onFocus="if(this.value == \'Password..\') {this.value = \'\';}" onBlur="if (this.value == \'\') {this.value = \'Password..\';}" />

And Save and Upload allowing overwrite.
Reply


Messages In This Thread
Example site down, having issues - by Rich_K - 2012-11-14, 07:36:37
login box won't display - by horstuff - 2015-11-20, 04:57:25
Front End User Login Plugin (XML Or Database - ver: 3.0) - by BrandonF - 2012-02-22, 17:26:47



Users browsing this thread: 3 Guest(s)