TINE20 Auto Login!

General stuff of the Tine 2.0 effort

TINE20 Auto Login!

Postby szafar » Thu Jul 26, 2012 8:04 pm

Hi Team,

this is my second post. we have a PHP base CRM, and all the users of CRM application have been setup on TINE20. ervery person can login to TINE20 but now we are aiming to do that via from CRM application. We are aiming to login all user once on CRM, and when they click on calnedar, email, or CONACT system can login them automatically and move the TINE20.

ANY HELP, Material, or suggestion, FEEDBACK are welcome?

Thanks in Advacne.

Sajad Zafar
szafar
 
Posts: 13
Joined: Mon Jun 25, 2012 11:38 pm

Re: TINE20 Auto Login!

Postby ph_il » Mon Jul 30, 2012 10:51 am

perhaps kay can help you with his work on the SSO adapter. have a look at viewtopic.php?f=8&t=10350
Philipp Schüle
Tine 2.0 Core Developer

Visit http://www.tine20.com (commercial support, consulting and development)
Visit http://www.officespot20.com (Tine 2.0 hosting)
User avatar
ph_il
Tine 2.0 Core Developer
 
Posts: 3450
Joined: Fri Mar 07, 2008 11:41 am

Re: TINE20 Auto Login!

Postby szafar » Thu Aug 09, 2012 3:49 pm

Thanks man, its really help.

This is the Final Solution we implemented. a simple page that can call up with user name and password, and if login successful it will redirect.

<?
$user=$_REQUEST['user'];
$pswd=$_REQUEST['pswd'];
?>
<form name="frmcloud" method="POST" action="/index.php" style="display:none;">
User:<input style="font-size:11px; border: solid 1px #888888; color:#333333;" type="text" name="username" value="<?=$user?>"/>
Password:<input style="font-size:11px; border: solid 1px #888888; color:#333333;" type="password" name="password" value="<?=$pswd?>"/>
<input style="font-size:11px; margin-top:15px; margin-left:175px; border: solid 1px #888888; color:#333333;" type="submit" name="anmelden" value="Anmelden"/>
<input type="hidden" name="method" value="Tinebase.loginFromPost"/>

</form>
<script>
<? if($user!="" && $pswd!=""){ ?>
document.frmcloud.submit();
<? }?>
</script>
szafar
 
Posts: 13
Joined: Mon Jun 25, 2012 11:38 pm

Re: TINE20 Auto Login!

Postby kaystrobach » Sun Sep 30, 2012 7:31 pm

there is also an uptodate version of sso available on request :D
http://www.kay-strobach.de - Open Source Rocks
User avatar
kaystrobach
Tine 2.0 Community Contributor
 
Posts: 460
Joined: Sat Jan 02, 2010 1:06 pm
Location: Germany


Return to General [English]

Who is online

Users browsing this forum: aseeeq, dobelgarden, Majestic-12 [Bot], sugengpagi and 6 guests

cron
Startseite
NewsDemoDownloadForumWikiBlog
Support
Support at first hand!
If the forum does not help anymore ... Professional support is available directly from our Tine2.0 core Developers.

more »