NetTalk Central

Author Topic: Validate New Password to make sure entries are the same  (Read 736 times)

rjolda

  • Sr. Member
  • ****
  • Posts: 273
    • View Profile
    • Email
Validate New Password to make sure entries are the same
« on: February 14, 2024, 05:36:27 AM »
Hi
NT 14.16  C 11.0.136
I have a web MEMORY form which I call to have the end user enter a new password and then to repeat the new password to make sure  that they are the same.
Where Do I put the code to check if the password and repeat new password fields have the same content?
Do I put the code under the Immediate Validation for repeat new password field?
Thanks,
Ron

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: Validate New Password to make sure entries are the same
« Reply #1 on: February 14, 2024, 10:31:29 AM »
yes

Niels Larsen

  • Sr. Member
  • ****
  • Posts: 420
    • View Profile
    • Email
Re: Validate New Password to make sure entries are the same
« Reply #2 on: February 14, 2024, 10:35:00 PM »
Just a little for inspiration...

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: Validate New Password to make sure entries are the same
« Reply #3 on: February 14, 2024, 10:47:14 PM »
less than 12 characters? why so weak?


Niels Larsen

  • Sr. Member
  • ****
  • Posts: 420
    • View Profile
    • Email
Re: Validate New Password to make sure entries are the same
« Reply #4 on: February 14, 2024, 11:26:24 PM »
Sorry - forgot a zero.
But fortunately only for inspiration...