Hi community,
is it possible to hide the register link in SSP login page ?
Like
3 comments
20:08 May 17, 2022
Hello Stefano,
If user self-registration is not required, you can remove the “Register” button from the portal login page:
change the ShowPortalSelfRegistrationLink parameter in the Web.config file to:
<add key="UseStaticFileContent" value="false" />
Best regards,
Bogdan
22:23 May 17, 2022
Bogdan,
thank you bogdan
So, if my instance is on cloud I have to open a case for the support
Show all comments