Help with Accounts package

can anyone describe for me Accounts package steps with passwords ?

i know this
1- plain_text -> sha256
2- sha256 to bcrypt with 10 rounds

I think this is what you’re looking for: https://guide.meteor.com/accounts.html

See especially the section titled “Password Login”.

1 Like