Custom register form bug in password indicator

Home Forums Legacy Support Support queries Update Issues Custom register form bug in password indicator

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #373704
    daniger
    Spectator
    The strong password indicator not working. I have fixed it by modifying v4.js file in line 131 label.querySelector('span').innerHTML(checkStrength($this.value,label)); for label.querySelector('span').innerHTML = checkStrength($this.value,label); Please add this in the update.
    #373754
    Anshuman Sahu
    Keymaster
    Thanks for the fix we have included this .
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Custom register form bug in password indicator’ is closed to new replies.