How to give user a new username and password.
How to give user a new username and password wen he creates an account in a website.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sanjeeb LenkaPosted Sep 2, 2013, 8:34 AM
you can do it in your code.
when user register combine the 1stname and lastname as username and generate a random number as password. save it o data base and send to the user as mail.