security - Safely Sending Credentials to Users -
i need safely send credentials created admin users in secure fashion. currently, creds have been sent users via plain text email (which huge security concern).
how can securely send user username , password without needing use email encryption plugin or other software?
i'm struggling find solution in literature. seems seek secure access user-defined credentials through website.
i appreciate responses receive lead me closer finding , implementing secure credential transfer.
thank you
you may better answers on information security stackexchange site.
but it's typically best avoid having send users password. let them create password when register application.
if need create user account them, send them password in encrypted email or on secure im. then, force them change password on first log on. don't want know user's password beside user themselves.
Comments
Post a Comment