Export to GitHub

mollify - issue #523

Registration plugin fails to "approve"


Posted on Mar 5, 2014 by Swift Kangaroo

What steps will reproduce the problem? 1. Click "register" on the login page and create a user. 2. Confirm registration by clicking on generated email. 3. Attempt to click "approve" in the admin site.

What is the expected output? What do you see instead? At this point, instead of approving successfully, a window pops up and says "Request Failed"

What version of the product are you using? On what operating system? Latest version of Mollify, PHP v5.2.17; MySQL v5.5.33-31.1

Comment #1

Posted on Mar 7, 2014 by Swift Dog

This was due to changes in permission module, I've fixed it. I'll investigate another issue and release new version.

Comment #2

Posted on Mar 8, 2014 by Swift Dog

Fixed in 2.5.2

Comment #3

Posted on Mar 15, 2014 by Helpful Panda

I'm experiencing the same error in v 2.5.4. The POST request returns {"code":101,"error":"Invalid request","details":"Invalid RegistrationServices request: GET registration\/approve\/2","data":null}

Any advice how to fix this?

Comment #4

Posted on Mar 16, 2014 by Swift Dog

3: does not make sense, POST request does not give error "Invalid request GET", POST or GET are request methods, and it is either POST or GET, not both.

Anyway, can't see any problems in my env, are you sure you have 2.5.4?

Status: Fixed

Labels:
Type-Defect Priority-Medium