MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

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

Viewed 10275 time(s), 2 post(s) 2/20/2014 8:50:03 PMby super
super

super

2/20/2014 8:50:03 PM
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 ?
Rated 1.00, 1 vote(s). 
6018 Reputation 709 Total posts
kpeulic

kpeulic

2/21/2014 8:19:01 AM
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>
This content has not been rated yet. 
1849 Reputation 181 Total posts