8 ms·
When I registered to take a look I received my username + password by email in plain text. :(
by Kneedler 11y ago
When I registered to take a look I received my username + password by email in plain text. :(
- ItsMattyG 11y agoThat's a Wordpress plugin I have to make registration easier... Not secure enough?
- Kneedler 11y agoNot secure at all.
- ItsMattyG 11y agoHmmm, would a better way to do frictionless registration be to sign them in, then send them an email with a link to set their password?
- Kneedler 11y agoAny method that does not store passwords in plain text would be better. I'm not sure what sort of modifications you have made to wordpress, but I can tell you that the default registration system hashes the passwords to store them securely. If you use that default system to generate the passwords, I would think that is safe.