i got register form, should i hash my password with bcrypt or is there a better way that works well with appwrite?
TL;DR
Developers are asking for help on how to properly handle user registration with appwrite and bcrypt. They are wondering if they should hash the password using bcrypt for user registration. The solution is to simply use the `account.create()` method provided by appwrite.your appwrite console opening ?
lemme check
yes
try in incognito it may help
Just use account.create().
Those hash methods are for importing users when you have a hash already
sorry for messaging again, as i can see the account.create() takes couple of things, one of them is email, in my form there is only username and password (+ repeat password), is there something else that you would recomend me to implement insead of account.create()
Recommended threads