I've disabled the registration did that first, I've modified the code so that the Header login goes where I want it, but it appears that there are multiple places in the code that shows the login link. I'm now finding and modifying those.
I have to have the login link go to login.mysite.com/... rather than using the built in login of the forums as I'm using Microsofts new B2C implementation. So having a place in the settings where I can set the custom login URL would be a great feature for me.
Thanks again for all the help, I'm CLOSE!
To be clear, I found the code below and commented it out, then used my line to hard code the login page, found it in 3 places:
loginLink.NavigateUrl = "https://login.site.com/account/SignUpSignIn?hostname=Forums";
//!this.Get<YafBoardSettings>().UseSSLToLogIn
// ? YafBuildLink.GetLinkNotEscaped(ForumPages.login, returnUrl)
// : YafBuildLink.GetLinkNotEscaped(ForumPages.login, true, returnUrl)
// .Replace("http:", "https:");
Edited by user
2017-09-24T21:13:53Z
|
Reason: Not specified