Utilizing both Reset Password methods

I want to create a flow in my application where a user would be able to change their password when logged in, without the need for a confirmation email. This is a pretty simple task with a custom password reset function.

However, I still want users to be able to reset their passwords with a password reset email. From what it looks like, I can only enable one of “Send a password reset email” and “Runa password reset function” in the Atlas UI. (I could use an external email service but I wanted to use the one that Atlas has included)

Is it possible to enable both sending a password reset email and using a function?