Does AMP have a native Password reset script for other users?

Trying to understand if AMP has a reset page for other users to use if they forget their login. Doesn’t seem to be working for me if it does, it just redirects to the Cubecoders site to reset the ADS01 password that I setup.

From memory you’d have to wire up your AMP install to an email service to send out password resets.

Ok, so I’ve done that part and verified it’s working by sending out a test email. But, it’s still just redirecting to the cubecoders website. I see there is an option under branding for the forgot password URL, but it’s empty and I have no idea what that would need to be for the built in code to work.

Did a Ctrl+F in the discord and apparently that bit is more for resetting a user’s password in WHMCS, WemX, and the like. I’m not entirety sure what that entails for non-enterprise setups though, haven’t messed with it myself.
If I were to guess, you might have to set up your own webpage with a username-entry form, which then shoots a call over to AMP to send off an email to the user.
I could be wrong with that guess however, and there’s just some doc I’m missing.

https://github.com/CubeCoders/WHMCSModule?tab=readme-ov-file#creating-the-amp-welcome--password-reset-email-template
If you do end up going the custom route, there are some examples using the AMP API in the #development channel in the discord, and there’s usually a nerd kicking around willing to shoot ideas around.