CoreBOSBB

Full Version: login page - available users
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When i visit the demo.corebos.com, in login page i saw available users
how can i apply this?
please see the attached image

thank you
I just hacked that there to help people wanting to see the demo

Code:
diff --git a/Smarty/templates/Login/ldsnoimage.tpl b/Smarty/templates/Login/ldsnoimage.tpl
index a56c61e..bbdbc39 100644
--- a/Smarty/templates/Login/ldsnoimage.tpl
+++ b/Smarty/templates/Login/ldsnoimage.tpl
@@ -88,6 +88,9 @@ body {
                        </div>
 
                        <div id="footer">
+<H3>Available users:<br/>
+admin, testdmy, testymd, testmdy, testtz, testes, testmcurrency<br/>
+All passwords are the same as the user name.<br/></h3>
                                © Powered by {$coreBOS_uiapp_name}.
                        </div>
                </div>
ah, what i mean, is it possible to place there whose users are online using the CRM?
we added this functionality a few days ago

[attachment=863]

thanks!