Isn't there any way to verify password and confirm password field are equal or not. I know the constraint can be implemented in the frontend but isn't there any way to do this in the server side?
TL;DR
User is wondering if there is a way to verify if the password and confirm password fields are equal in server-side code when using Appwrite. Unsure if this is possible since Appwrite handles hashing.
safwan
28 May, 2023, 11:39
Not sure. If you are hashing by yourself, you should be able to do this. But because Appwrite does it under the hood, not sure.