You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe. José Luis Martín Muñoz reported via Slack:
"I have a question about the mail that users get when a new account is created. The problem is in the building of the URL to reclaim the account: the deployment is ok with the name of the host (https://researchportal.uc3m.es/ in our case), but the link begins with http://localhost:8080/accounts/createPassword... that obviously provokes a 404 when clicked by the user in his/her mail.
I found that this link is built in UserAccountsAddPageStrategy (method buildCreatePasswordLink):
URL context = new URL(vreq.getRequestURL().toString());
I don't know if is a configuration of the environment (I'm talking also with system guys in the university) or something in VIVO (and that's why I'm writing here)."
Describe the solution you'd like
Adding a property in runtime.properties for VIVO base url, to make it separated from deployment environment
Is your feature request related to a problem? Please describe.
José Luis Martín Muñoz reported via Slack:
"I have a question about the mail that users get when a new account is created. The problem is in the building of the URL to reclaim the account: the deployment is ok with the name of the host (https://researchportal.uc3m.es/ in our case), but the link begins with http://localhost:8080/accounts/createPassword... that obviously provokes a 404 when clicked by the user in his/her mail.
I found that this link is built in UserAccountsAddPageStrategy (method buildCreatePasswordLink):
URL context = new URL(vreq.getRequestURL().toString());
I don't know if is a configuration of the environment (I'm talking also with system guys in the university) or something in VIVO (and that's why I'm writing here)."
Describe the solution you'd like
Adding a property in runtime.properties for VIVO base url, to make it separated from deployment environment
Describe alternatives you've considered
It might be resolved by a system administrator, some instructions are available at https://wiki.lyrasis.org/display/VIVODOC113x/Running+VIVO+behind+an+Apache+server
The text was updated successfully, but these errors were encountered: