How to force a password change on first login in vba

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Midzie
    New Member
    • Jan 2012
    • 25

    How to force a password change on first login in vba

    Hi Everyone,

    I have a code that auto generate a password for the newly created user. How do I make my small application to implement a force password change on first login without setting a default password. I don't use a default password because every newly created user has different auto generated password. Please advise, thank you very much in advance!
  • NeoPa
    Recognized Expert Moderator MVP
    • Oct 2006
    • 32662

    #2
    Design the table that stores the user info (including the password) to include a flag field also, that indicates whether a password has been activated or not.

    Comment

    Working...