Username, Passwords |
12/10/2003 2:40:52 AM |
ASPRunnerPro General questions | |
author
When Admin adds a new user to the database I want username to always be [Fname]&[Zipcode] and I want to set the passord as [Lname]&[EmpID]. The user would be able to change the password later on but I also want that to be > 4 characters in length. Anyone know how I do this and where I but the code in my pages? |
|
![]() |
Sergey Kornilov admin 12/10/2003 |
Hi, strSQL = " insert into users (name, password) values ('" & _
|