Search found 2 matches

by ChrisO
08 Dec 2008, 12:19
Forum: Hilfe
Topic: OTRS 2.2.6: default root passwort
Replies: 1
Views: 3280

OTRS 2.2.6: default root passwort

Lösung:

Code: Select all

CREATE TABLE otrs.users LIKE otrs.system_user;
INSERT INTO otrs.users SELECT * FROM otrs.system_user;
Nun noch ein chmod 777 /opt/otrs/var/tmp, dann funktioniert das Login.
by ChrisO
08 Dec 2008, 11:23
Forum: Hilfe
Topic: OTRS 2.2.6: default root passwort
Replies: 1
Views: 3280

OTRS 2.2.6: default root passwort

Nach der lokalen Testinstallation ist kein Login möglich. Logindaten: User:root@localhost, Passwort:root Fehlermeldung: "Anmeldung fehlgeschlagen! Benutzername oder Passwort falsch." Der Eintrag in der DB lautet "roK20XGbWEsSM", was wohl offensichtlich richtig ist. Bin etwas ratl...