CRM Template reset password

The CRM template has Signin and Signup, but the reset password is just the UI only. There is nothing in the CRM documentation about how this might be setup with WW workflows and Xano. The CRM template OOTB uses a verification code sent in an email to the user but how do I generate a verification code? (nothing in the CRM documentation page about this?).

I am guessing I can use the WW email plug in to send the email to the user to check the user is the email account holder, but where is the code coming from and how do I tag the code to the actual Xano user record to verify?

The CRM has a Forgotten Password page which has a deprecated form which isn’t displayed but has an On Submit workflow which has an empty workflow which is presumably where I lodge the email password reset request and the email itself.

So that’s easy enough to do but then I have to…
[1] check that user is in my Xano user table
[2] send that user the email with a code (or maybe a magic link?)… So i can do that with Xano?

The CRM then has the Reset Password page with the verification code input in the form: -
image
… but even then, there is no “update password” AUTH endpoint in my Xano API… just login and signup ???