Hi! As the title suggests, how can I compare the input password with the hashed password in the database with the use of DQL?
Edit:
Changed the title question to include DQL. Also changed the initial question into something more meaningful.
Hi! As the title suggests, how can I compare the input password with the hashed password in the database with the use of DQL?
Edit:
Changed the title question to include DQL. Also changed the initial question into something more meaningful.
The field is not a real field in the Schema… here are the instructions:
Thank you for that reply! I really appreciate it. However, I should have rephrased my question better. I’ll change the title, but the exact question is how would I be able to achieve a similar effect (as with checkUserPassword GraphQL query) with DQL?
So I guess I’ll take that as there’s no way to use DQL to check for the password field. Thank you for the reply! I really appreciate it!
That is DQL… and it is a function to checking for a password match
Oh my bad. I only seemed to peruse the page without checking the language. Thank you again! You’re a lifesaver