User Profile

Collapse

Profile Sidebar

Collapse
tjb0205
tjb0205
Last Activity: Oct 10 '18, 04:43 PM
Joined: Oct 10 '18
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • tjb0205
    started a topic Validate Password Creation with Criteria

    Validate Password Creation with Criteria

    I want to set requirements for password creation (see example).

    Example:
    Xray2319! (form entry) Accepted
    ray05 (form entry) Rejected

    Requirements:

    At least 8 characters.
    Must contain:
    1 Uppercase
    1 Lowercase
    1 Special Character ( !@#$%^&*` )
    1 Digit (0-9)
    May NOT contain:
    First Name
    Last Name
    Username...
    See more | Go to post
    Last edited by twinnyfo; Oct 10 '18, 07:49 PM.

  • How can I Validate a User entered the Correct Password?

    I want to verify the password field on my login screen is an exact match to the one in the table (see example).

    Example:
    Xray123 (form entry) = Xray123 (users table) Accepted
    xray123 (form entry) = Xray123 (users table) Rejected

    I hope this isn't too confusing. I am relatively new with VBA and trying to learn the best that I can. I have created basic login forms but I have always disliked not knowing a...
    See more | Go to post
    Last edited by twinnyfo; Oct 10 '18, 07:48 PM.
No activity results to display
Show More
Working...