larrabee / freeipa-password-reset

Self-service password reset app for FreeIPA
GNU General Public License v3.0
88 stars 30 forks source link

Modify the link "You can login here." when running freeipa-password-reset on a standalone server #66

Open rpelissi opened 4 months ago

rpelissi commented 4 months ago

Hi, I have installed and configured freeipa-password-reset on a RHEL 8 vm and it works great so far. This setup is a standalone vm meaning that it's not installed on a freeipa/idm server but on a vm with only required packages and configuration One thing is once a user access and change his pasword, the link "You can login here." point to the https:///ipa/ui which is not accessible on a standalone installation. Is it possible to add a parameter to have a custom url for this link?

Thanks!