Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Incomplete
-
Affects Version/s: 4.0.4, 4.0.5, 4.0.6
-
Fix Version/s: Unscheduled
-
Component/s: None
-
Labels:None
-
Documentation Required?:None
-
Funding Source:Needs Funding
Description
The POST action of the login form differs on contribution pages.
Contribution page: <form id="user-login-form" accept-charset="UTF-8" method="post" action="/civicrm/contribute/transact?destination=civicrm/contribute/transact">
Any other page: <form id="user-login-form" accept-charset="UTF-8" method="post" action="/node?destination=node">
Logging in by using this form on a contribution page results in the following error:
--------------------------------------------------------------------------------
Sorry. A non-recoverable error has occurred.
This contribution has already been submitted. Click here if you want to make another contribution.
Return to home page.
--------------------------------------------------------------------------------
Logging in using the same loginform on a page which is not a contribution page works as expected.