Thor Posted February 23, 2014 Report Share Posted February 23, 2014 How do I remove the following text from showing up on the login page of my installation of the Caspio Knowledge Base App? This is the text that appears: Note: For demo purposes, use the following login:User LoginUsername: john@caspio.comPassword: pass1234Contributor LoginUsername: james@caspio.comPassword: pass1234Admin LoginUsername: tim@caspio.comPassword: admin1234 See demo of the Knowledge Base App on the Caspio site (http://apps.caspio.com/demo/kbase/login.html). The installation on my site mimicks the one on the Caspio site. Quote Link to comment Share on other sites More sharing options...
Jan Posted February 24, 2014 Report Share Posted February 24, 2014 Hello Thor, As far as I know, this text is the part of the HTML-code of the page, where a DataPage is deployed. To remove it, open the page in any HTML-editor (e.g., Notepad) and delete the code like <div style="margin: 20px 0px 30px 30px;"> <font face="arial" size="2px"><font color="#ee7041"><b>DEMO LOGIN</b></font><br/> <b>User</b><br /> <b>Email:</b> nicole.mcneely@someapp.com<br/> <b>Password:</b> password<br/><br/> <b>Contributor</b><br /> <b>Email:</b> lance.jay@someapp.com<br/> <b>Password:</b> password<br/><br/> <b>Admin</b><br /> <b>Email:</b> john.smith@someapp.com<br/> <b>Password:</b> password</font><br/><br/> </div> Quote Link to comment Share on other sites More sharing options...
Thor Posted February 26, 2014 Author Report Share Posted February 26, 2014 Hello Jan, I wish it was that easy. The source code from the login page is provided below. The User, Contributor, Admin, Email and Password fields are not in the source code for the loaded page. I even checked the datapage and could not locate these fields. I cannot see a function call that would load the unwanted text dynamically. Any ideas? <!DOCTYPE html><html lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <title>Knowledge Base Application - User Portal</title> <meta name="description" content="Caspio Ready Made Application - Knowledge Base" /> <meta name="author" content="Caspio, Inc." /> <meta name="viewport" content="width=device-width,initial-scale=1.0" /> <link href="css/style.css" rel="stylesheet" type="text/css" /> </head> <body> <div class="wrap"> <div id="header"> <div id="top"> <div class="left"> <p><strong>COMPANY NAME GOES HERE</strong></p> </div> <div class="right"> <div class="align-right"> </div> </div> </div> <div id="nav"> <ul> <li><span><strong> </strong></span></li> </ul> </div> </div> <div id="content" > <div id="main" style="float: none; margin:0px auto;"> <div class="half_w half_left"> <div class="h_title">Login</div> <div id='cb_login_box'> <div class="cas_content"> <!-- Caspio Deployed Code Start Here || KB - Users/Login Redirection --> <div id="cccxxxxxxxxxxxxxxxxxxx"> hhh<script type="text/javascript" src="https://bridge.caspio.net/scripts/e1.js"></script>mmm nnn<script type="text/javascript">try{f_cbload("cccxxxxxxxxxxxxxxxxxxx","https:");}catch(v_e){;}</script>bbb <div id="cxkg"><a href="https://bridge.caspio.net/dp.asp?AppKey=cccxxxxxxxxxxxxxxxxxxx">Click here</a> to load this Caspio jjjjjjjjj<a href="http://www.caspio.com" title="Online Database">Online Database</a>.</div> <!-- Caspio Deployed Code End Here --> </div> </div> </div> </div> <div class="clear"></div> </div> </div> </body></html> Quote Link to comment Share on other sites More sharing options...
Jan Posted February 26, 2014 Report Share Posted February 26, 2014 Hello Thor, Can you say the URL of this page, please? Maybe, the code with User, Admin etc is present in the Footer of your DataPage or in the Footer of the Authentication? Quote Link to comment Share on other sites More sharing options...
jonathanr Posted February 26, 2014 Report Share Posted February 26, 2014 Hi Thor, To demo information are located in the authentication footer. Look for KB - Common Authentication, in the footer, you will see the demo information. See attached image. Regards, Jonathan Quote Link to comment Share on other sites More sharing options...
Thor Posted February 26, 2014 Author Report Share Posted February 26, 2014 Hi Jonathan, Thanks for the information. The issue is now resolved. Thor jonathanr 1 Quote Link to comment Share on other sites More sharing options...
shroyer Posted June 22, 2014 Report Share Posted June 22, 2014 That did the trick. I could not figure out where the code was either. Thanks for explaining where to locate it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.