Mono Support How to remove or hide the message on login page for social media login ? 

Viewed 11218 time(s), 2 post(s), 2/20/2014 8:50:03 PM - by super
2/20/2014 8:50:03 PM
6018 Reputation 709 Total posts

There is a message on login page for social media login:

NOTE: Social login module is here for the demonstration purposes only. IT WILL NOT WORK on your domain until you properly set the target applications on other social networks as described in the documentation.
How I can remove / hide it ?

1
2/21/2014 8:19:01 AM
1849 Reputation 181 Total posts

You can go to the Login.aspx and remove this code:

<div class="italic-style">
    <p><asp:Literal ID="Literal1" runat="server" Visible="<% $Code: MonoSoftware.MonoX.ApplicationSettings.EnableUserRegistration %>" Text="<% $Code: PageResources.Login_RpxWarning %>">
    </asp:Literal></p>
</div>

2
This is a demo site for MonoX. Please visit Mono Software for more info.