Ticket #41 (closed defect: duplicate)

Opened 5 years ago

Last modified 3 years ago

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)

Change History

Changed 5 years ago by dartar

  • status changed from new to resolved
  • resolution set to fixed

Fixed in [16]

Changed 5 years ago by dartar

  • owner changed from unassigned to IceT (NilsLindenberg)
  • status changed from resolved to verified

Changed 5 years ago by dartar

  • status changed from verified to closed

Changed 5 years ago by dartar

  • milestone changed from 1.1.6.1 to 1.1.6.2

Changed 4 years ago by anonymous

  • status changed from closed to reopened

There is confusion between this bug and the comment that is written about it on the bugs list page where someone claims that mails don't come out of the server. I can verify that mails don't come out of the server because I run a server and can pick up the mail when it goes wrong. What is happening is that the code to call the mail handler is screwing up. In my case it tries to send mail to some fragment of html that contains the email address but split up with angle brackets like this

<a href=" http://axelrod.plus.com/wikka/AndyHeath" title="">AndyHeath</a>@axelrod.plus.com

(reason: 550 5.7.1 </a@…>... Cannot mail directly to files) (expanded from: <a href=" http://axelrod.plus.com/wikka/AndyHeath" title="">AndyHeath</a>@axelrod.plus.com)

I'm not a php person so debugging this is not my scene, I just want it to work.

My email address is AndyHeath@axelrod.plus.com (which is hosted on the same box that this is running on) - please let me know about this one.

Thanks

Andy Heath

Changed 4 years ago by NilsLindenberg

  • status changed from reopened to closed
  • resolution set to fixed

Andy, this is another bug so I copied it to #165. This one gets closed again.

Changed 3 years ago by JavaWoman

  • status changed from reopened to closed
  • resolution set to duplicate

Seems to have been reopened by spam removal; closing again...

Note: See TracTickets for help on using tickets.