In my application, the admin have to create many users and for that I want my system to auto generate secure random password temporarily when the admin click on the create user button. When the new user will enter the website with the auto generated website he will be request to change his password.
I am stuck on how to make this process, does the auto generated password have to be save in the database when the admin created it or there is another way for that?
Are there any methods for the creation of auto generated password?