This topic is locked

More Security Issues

10/22/2007 11:37:04 AM
ASPRunnerPro General questions
L
lonestar author

2 Questions:

  1. How would I force people to use strong passwords (e.g. must be 6+ characters, no black spaces, mix of caps and non, etc).
  2. How do I force a logout when the browser is closed so that if someone forgets to log out the next user can't use their account?
    Thanks

Sergey Kornilov admin 10/23/2007
  1. Use BeforeLogin event to validate passwords.
  2. You cannot do this until someone comes up with the new web browser that can do this.