Ticket #41 (closed defect: duplicate)
PasswordForgotten / emailpassword problem with Konqueror (Form-Action missing)
| Reported by: | IceT (NilsLindenberg) | Owned by: | IceT (NilsLindenberg) |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1.6.2 |
| Component: | actions | Version: | 1.1.6.0 |
| Severity: | minor | Keywords: | Konqueror emailpassword form |
| Cc: |
Description
Hi!
I've found that in Konqueror the PasswordForgotten-script doesnt work! It's because in actions/emailpassword.php on lines 41 and 51
$form = "<form name=\"getwikiname\" action=\"\" method=\"post\">";
the action-attribute of the <form>-tag is missing. It works without any problems in any browser I've checked with (actually Firefox 1.0.7 and Konqueror 3.4.1) when I change both lines to
$form = "<form name=\"getwikiname\" action=\"".$this->href()."\" method=\"post\">";
Found this bug in Wikka 1.1.6.0 and don't see any reason why not to change this for better browser-compatibility...
Regards, IceT
(copied from http://wikka.jsnx.com/WikkaBugs -- NilsLindenberg)