Hi,
I have my own demo version of sugarcrm ver 5,
When users access my demo, i want to leave the username and password fields already filled with the "demo" user and its password.
How can I do that?
Thanks
Fernando
Hi,
I have my own demo version of sugarcrm ver 5,
When users access my demo, i want to leave the username and password fields already filled with the "demo" user and its password.
How can I do that?
Thanks
Fernando
Hi, Luizfat.
If this system is only for demo purpose then insert this code:
betweenPHP Code:$_SESSION['login_password'] = 'admin';
$_SESSION['login_user_name'] = 'admin';
andPHP Code:$app->startSession();
CheersPHP Code:$app->execute();
--
André Lopes
Lâmpada Global Services
Rua Bela Cintra, 299 conjunto. 51
São Paulo, SP 01415-000
tel1. 55 11 3237-3110
cel. 55 11 7636-5859
e-mail: info@lampadacrm.com.br
thank you so much!!!!!
And thanks Lâmpada for the PT_BR language pack you guys did a great job !!!!
Hi, Luiz.
Thank you a lot.
It is the proposal of open source: share the code and the knowledge!
--
André Lopes
Lâmpada Global Services
Rua Bela Cintra, 299 conjunto. 51
São Paulo, SP 01415-000
tel1. 55 11 3237-3110
e-mail: info@lampadaglobal.com
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks