sending username and password through email after user registration in web application

后端 未结 12 1047
夕颜
夕颜 2020-12-09 18:20

What is your opinion on sending the username and password to their email address when they register on our website..this way if they forget the password in the future, they

12条回答
  •  春和景丽
    2020-12-09 18:52

    As mentioned in comments, you might want to look at OpenID. The most secure way to manage passwords is to eliminate them.

提交回复
热议问题