|
You need to store the initial information in a temp database. Then, once the user has been verified, relocate the information from the temp database to the permanent. Obviously, when verifying the username and password for login, only point to the permanent database so anyone in the temp db can not access the restricted area.
|