siddharthhhOriginal post
Rank 1: Thread
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?
Summary
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.