ALM Forgot password HTTP/HTTPS link issue
Question ID: 110093
0
0

Our ALM url is https://big-company.com/qcbin/start_a.jsp.

When clicking “forgot password” link, email comes with td link which resolves to:

http://big-company.com:443/qcbin/start_a.jsp, and this link is invalid, it should be https://big-company.com/qcbin/start_a.jsp.

It should be prefixed with “https://” instead of “http://”

How can we fix this?

Marked as spam
Posted by (Questions: 99, Answers: 7)
Asked on April 22, 2021 5:55 pm
213 views
Answers (1)
0
Private answer
See if these site Parameters help you override the URL that is built-up by ALM:

PASSWORD_RESET_SERVER
Description If a user clicks the Forgot Password link in the ALM Login window, an email notification is sent to the user with a link to specify a new password. This parameter allows you to override the default URL, or parts of the URL, that is embedded in the reset link. Use one of the following syntaxes: <server>:<port>. Overrides both the default server and port. <server>. Overrides the default server. <port>. Overrides the default port.
SECURED_QC_URL
Description When ALM generates email, it includes a link to ALM in the email. If this parameter is set to Y, the ALM URL uses an SSL connection (starting with https:). If it is set to N (default), SSL is not used.

 

Marked as spam
Posted by (Questions: 4, Answers: 509)
Answered on April 22, 2021 5:57 pm
0
SECURED_QC_URL works like a charm. All set.
( at April 22, 2021 5:59 pm)
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top