Override core authentication file password_sent.php

Is there a possibility to override the core file at the URL /login/concrete/password_sent?

I added the file to the newly created folder application/authentication/concrete but it didn’t work. I also added following line to config/app.php without success:
'/login/concrete/password_sent' => '<my_theme>',
On config/app.php the login page targets already <my_theme>

With c5-8 I could add the file invalid_token with success (didn’t try this file on c5-9).

just copy the file password_sent.php from concrete\authentication\concrete and put it inside application\authentication\concrete and modify to suit your needs

1 Like