Automatisches Login für Kunden
Automatisches Login für Kunden
Hallo, ich teste gerade OTRS. Da ich kein Techniker bin, tue ich mich mit dem Manual schwer. Meine Frage ist: kann OTRS in ein bestehendes Control Panel integriert werden so dass Kunden, wenn sie sich dort einloggen automatisch auch in ORTS eingeloggt sind? Danke für die Hilfe Annedawn
Re: Automatisches Login für Kunden
Schätze mal die Werte werden über das Formular per POST übergeben.
Einfach mal den POST Abfangen, reinschaun und nachbauen.
Code: Select all
<button tabIndex="-1" type="submit" value="Anmelden">
<input name="User" title="Ihr Benutzername" id="User" type="text" maxLength="150"/>
<input name="Password" title="Ihr Passwort" id="Password" type="password"/>
1: OTRS 3.1.21 + Support + MasterSlave @ CentOS 6.5 , MySQL
2: Test: OTRS 3.1.21 + Support + MasterSlave @ CentOS 6.5 , MySQL
3: Test-2: OTRS 3.3.x + Support + MasterSlave @ CentOS 6.5 , MySQL (iphone, idoit-trash)
2: Test: OTRS 3.1.21 + Support + MasterSlave @ CentOS 6.5 , MySQL
3: Test-2: OTRS 3.3.x + Support + MasterSlave @ CentOS 6.5 , MySQL (iphone, idoit-trash)