How to custom link Terms of Service?

I want custom link Terms of Service page domain.com/authn/register.

How to config or add plugin?

Hi @choltha, to customize the Terms of Service link, you will need to create a tutor plugin and create a new patch with the name mfe-lms-production-settings or mfe-lms-development-settings if you are running in development mode and override the MFE_CONFIG in this patch. You can customize the Terms of Service like so:

MFE_CONFIG['TOS_LINK'] = 'https://termsofservice.com'

@Danyal_Faheem Thank you. Is working.