Just create your own process by using condition and a text field to store password.
When user log in, check if password = Do a search for user (email = input email) first item.
If yes, log in, if not show an error message.
But honestly, I don’t know why you want to do that? I don’t really see a good reason to use a custom auth workflow in your case.

1 Like