Error when clicking "Forgot Password" it leads to error "Page does not exists. Contact the service Desk for assistance"DescriptionWith portal pages used in password reset URL, click on the forgot password link may throw the error as below: CauseThe page defined in glide.security.password_reset.uri might not exists OR inactive. Example: glide.security.password_reset.uri is set to ss_default_OLD But there is not process defined with URL as ss_default_OLD and instead the page r process exists with ss_defaultResolutionReview and update the value of the "glide.security.password_reset.uri" property and make sure correct, valid reset URL is being used.Additional InformationHow the configuration set-up:Please find the docs below for complete configuration of URL to "Forgot Password" using "glide.security.password_reset.uri"