The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
BUG REPORT GetSimple mit Login Enhanced, nach logout kein Login mehr möglich - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: International (http://get-simple.info/forums/forumdisplay.php?fid=4) +--- Forum: German - Deutsch (http://get-simple.info/forums/forumdisplay.php?fid=18) +--- Thread: BUG REPORT GetSimple mit Login Enhanced, nach logout kein Login mehr möglich (/showthread.php?tid=6508) |
GetSimple mit Login Enhanced, nach logout kein Login mehr möglich - aikitux - 2014-06-20 Hallo, bin neu bei GetSimple. Nachdem ich in der aktuellen Linux User über das System gelesen habe, habe ich beschlossen, dieses mal auszuprobieren. Also habe ich mir die aktuelle Version 3.3.2 installiert, dazu die beiden Plugins dynpages und Front End User Login Enhanced Hat soweit auch alles geklappt. Allerdings habe ich festgestellt, dass, wenn man sich einmal an- und wieder abgemeldet hat, eine erneute Anmeldung nicht möglich ist. Ich habe das Ganze soweit eingegrenzt, dass ich sicher bin, dass es mit der URL nach der Abmeldung zu tun hat: https://DNS/GetSimpleCMS/?logout=yes Entfernt man den Parameter ?logout=yes wieder in der Adressleiste des Browsers, funktioniert auch die Anmeldung wieder. Ich würde das für einen Bug halten, kann aber nicht einschätzen, ob das eher ein Fehler im Plugin oder im Hauptsystem ist. Daher meine Fragen:
Gruß Thomas PS: Das Verhalten ist unabhängig davon, ob dynpages aktiviert oder deaktiviert ist. RE: GetSimple mit Login Enhanced, nach logout kein Login mehr möglich - shawn_a - 2014-06-20 Must be the plugin , or somehow your login page is using relative urls to post. What is the form "action" in html ? mine doesnt matter whether you have a query string or not. <form class="login" action="/dev/getsimple/develop/admin/index.php?logout" method="post"> works fine Not sure where the yes is coming from but that works also <form class="login" action="/dev/getsimple/develop/admin/index.php?logout=yes" method="post"> check your error log, perhaps you have some other error. RE: GetSimple mit Login Enhanced, nach logout kein Login mehr möglich - shawn_a - 2014-06-20 Pretty sure it is a plugin issue. |