NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: rjolda on February 11, 2024, 03:21:05 AM

Title: Limit number of login attempts
Post by: rjolda on February 11, 2024, 03:21:05 AM
Hi
NT 14.16
Clarion 11.0.136
Want to give the user 5 tries to get password correct then get them OUT of the Login procedure back to index page.
I have set  p_web.SSV('Tries', tries) and increment each time the "SAVE button is pressed.  I tried to set loc:formaction = 'IndexPage'  when they have exceeded the number of tries but does not do anything.
What is proper way to get back to Index page?
TIA,
Ron
Title: Re: Limit number of login attempts
Post by: Bruce on February 11, 2024, 10:34:03 PM
I mean, I guess, why? What does forcing them to the index page after 5 attempts do, that they can't do themselves?
I'm curious as to your real goals here....?