Replies: 3 comments 1 reply
-
You can configure the As this is a PHP expression, you can easily code what value you want to return. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Not that you can also have a multi-tenant configuration: https://self-service-password.readthedocs.io/en/latest/config_general.html#multi-tenancy |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your reply.
Can I have multiple values there?
…On Fri, 2 Dec 2022, 14:12 coudot, ***@***.***> wrote:
You can configure the $reset_url :
https://self-service-password.readthedocs.io/en/latest/config_tokens.html#reset-url
As this is a PHP expression, you can easily code what value you want to
return.
—
Reply to this email directly, view it on GitHub
<#734 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGBHWAWSXNG62PPCA7WBESTWLHYT5ANCNFSM6AAAAAASR4XQDA>
.
You are receiving this because you authored the thread.Message ID:
<ltb-project/self-service-password/repo-discussions/734/comments/4292368@
github.com>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have ssp running internally on kubernetes sitting behind a reverseproxy and only accessible from internal ip/hosts .I have external users wanting to access it. I have added a location /ssp directive in one of our nginx rp config to proxy_pas to our ssp service, so the requests from external users are considered internal.
Now, the issue is while the users are able to request the link for password reset, but the url is again of the internal domain not the one external users can access.
so, my question is ,is it possible to send multiple url's one hard code with the external domain name and the other with internal domain name?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions