beta7 und das Agent Interface

Hilfe zu Znuny Problemen aller Art
Locked
boris
Znuny wizard
Posts: 554
Joined: 22 Feb 2010, 18:27
Znuny Version: 3.0.4

beta7 und das Agent Interface

Post by boris »

Hi Forum,

ich habe eben die beta7 installiert und kann mich danach nicht mehr als Agent anmelden. In Firefox sind die Felder Benutzer und Kennwort ausgegraut. IE kann ich einfach nichts reinschrieben.
Das liegt doch an den berechtigungen oder?

otrs.SetPermissions.pl hab ich schon ausgeführt hat aber nix gebracht...

HILFEEEEE!!!! :shock:
Produktiv:
OTRS 3.1.7
CentOS 6.3
Apache2/MySQL

Test:
OTRS 3.1.7
CentOS 6.3
Apache2/MySQL
BIG_jan
Znuny advanced
Posts: 138
Joined: 05 Jun 2009, 11:32
Znuny Version: 3.3.8
Company: Netzlink Informationstechnik GmbH
Location: Wolfenbüttel,GER
Contact:

Re: beta7 und das Agent Interface

Post by BIG_jan »

ich musste dafür in der kernel\output\html\Standard\Login.dtl die folgenden Zeilen (ca 125, 131) verändern

Code: Select all

<input type="text" id="User" name="User" value="$QData{"User"}" class="W50pc" readonly="readonly"/>
<input type="password" id="Password" name="Password" class="W50pc" readonly="readonly"/>
hier muss man die 'readonly' komplett entfernen
Frag mich nicht, warum ein loginfeld schreibgeschützt sein soll
Live: OTRS 3.3.8, ITSM 3.3.8, in vm
Test: otrs 3.3.8, ITSM

OS: RedHat 6.5 64Bit, Apache: 2.2.15, MySQL 5.5.38, Perl: 5.10.1, mod_Perl 2.0.4
XeroX
Znuny newbie
Posts: 25
Joined: 04 Sep 2009, 09:09
Znuny Version: 2.4.4

Re: beta7 und das Agent Interface

Post by XeroX »

Das selbe Problem hatte ich auch. Entsteht das nur durch das Upgrade oder hat auch jemand das Problem als normal Installation ?

Es muss auch noch disabled="disabled" beim Button entfernt werden.
boris
Znuny wizard
Posts: 554
Joined: 22 Feb 2010, 18:27
Znuny Version: 3.0.4

Re: beta7 und das Agent Interface

Post by boris »

Es muss auch noch disabled="disabled" beim Button entfernt werden.
und wo entferne ich das?
Produktiv:
OTRS 3.1.7
CentOS 6.3
Apache2/MySQL

Test:
OTRS 3.1.7
CentOS 6.3
Apache2/MySQL
XeroX
Znuny newbie
Posts: 25
Joined: 04 Sep 2009, 09:09
Znuny Version: 2.4.4

Re: beta7 und das Agent Interface

Post by XeroX »

Code: Select all

/opt/otrs/Kernel/Output/HTML/Standard/Login.dtl

Code: Select all

                                  <div class="Field SpacingTopSmall">
                                        <button type="submit" value="$Text{"Login"}">$Text{"Login"}</button>
                                    </div>
Ich habe eine korregierte Datei angehangen.

Gruß
You do not have the required permissions to view the files attached to this post.
boris
Znuny wizard
Posts: 554
Joined: 22 Feb 2010, 18:27
Znuny Version: 3.0.4

Re: beta7 und das Agent Interface

Post by boris »

Geht wieder Danke euch!

Aber da hab ich direkt die nächste Frage.
Jetzt ist alles untereinander. Also soImage

Ich weiss das es nach nem Update schonmal so war...
hat sich aber wieder gelegt und ich weiss nicht warum :?
Produktiv:
OTRS 3.1.7
CentOS 6.3
Apache2/MySQL

Test:
OTRS 3.1.7
CentOS 6.3
Apache2/MySQL
boris
Znuny wizard
Posts: 554
Joined: 22 Feb 2010, 18:27
Znuny Version: 3.0.4

Re: beta7 und das Agent Interface

Post by boris »

hats ich erledigt....
wenn man einmal in Frontend::Agent reingeht und aktualisiert hat es sich wieder gefangen
Produktiv:
OTRS 3.1.7
CentOS 6.3
Apache2/MySQL

Test:
OTRS 3.1.7
CentOS 6.3
Apache2/MySQL
Locked