CoreBOSBB
login page - available users - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17)
+--- Forum: User Support (https://discussions.corebos.org/forumdisplay.php?fid=6)
+--- Thread: login page - available users (/showthread.php?tid=1552)



login page - available users - global.da - 08-09-2019

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


RE: login page - available users - joebordes - 08-09-2019

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>



RE: login page - available users - global.da - 08-10-2019

ah, what i mean, is it possible to place there whose users are online using the CRM?


RE: login page - available users - joebordes - 08-29-2019

we added this functionality a few days ago

[attachment=863]

thanks!