I am trying to implement login authentication using webform template. Previously, I have used simple login process using stored procedure. Now I want to change my login process to the template provided by the web form template.
>> But I do not know what is the required database design for that?
>> How to implement login procedure using the template?
>> My login criteria is user have username and password. User can not login on multiple machines at the same time, time out, reset for forget password provided correct username.
>> How can I implement the template for these conditions?