I’m currently implementing the password recovery f...
# talk-kratos
s
I’m currently implementing the password recovery flow. But I notice that it uses the settings flow to actually change the password? That doesn’t seem great to me because I’m currently using and protecting that flow for signed in users in the application (settings page like the one slack has, with for example Time Zone, Language etc.) These things can’t be edited without being signed in. Is it possible to have a specific “settings_url” for when someone is recovering their account?