C
cmdolcet69
I have a user enter a password each time they try and access an admin
string. How can i create a password string and inside the string the
last 3 position be a variable unique 3 place for user to scan in their
initial so that they I can tell them apart.
Example: a user may enter a password of 123456LJD. The first 6 slots
is a generic password and the last 3 are there initials. How can I do
that?
string. How can i create a password string and inside the string the
last 3 position be a variable unique 3 place for user to scan in their
initial so that they I can tell them apart.
Example: a user may enter a password of 123456LJD. The first 6 slots
is a generic password and the last 3 are there initials. How can I do
that?