• 0 Posts
  • 3 Comments
Joined 1 year ago
cake
Cake day: July 17th, 2023

help-circle

  • I’m just explaining how user authentication works for most web applications. The server will process your plaintext password when your account is created. It should then store that as a hashed string, but it can ALSO send out an email with that plaintext password to the user describing their account creation. This post does not identify that passwords are stored in plaintext, it just identifies that they email plaintext passwords which is poor security practice.