Page MenuHomePhabricator

User approval not working
Closed, ResolvedPublic

Description

Just noticed this on my test install... I created a new user named test. Instead of seeing the "Waiting for approval" modal, I got the following error:

err.png (744×1 px, 39 KB)

Furthermore, /people/query/approval/ shows no results, even though the new user shows as "Needs Approval" on /people/query/active/.

Revisions and Commits

Event Timeline

joshuaspence raised the priority of this task from to Needs Triage.
joshuaspence updated the task description. (Show Details)
joshuaspence added a project: People.
joshuaspence added a subscriber: joshuaspence.

On the second part, the condition for that query was wrong coming out of D13122: noDisabled changed to isDisabled, but the default value didn't get flipped.

rPb4de797 changes the true (only disabled users) to false (hide disabled users).

The approval queue is fixed, but it still doesn't log in the new user correctly:

Screenshot from 2015-06-07 21:02:06.png (744×1 px, 36 KB)

Just out of curiosity are you using the "auth.email-domains" feature?

I had a similar issue last week that seemed to go away once I disabled the auth.email-domains checking. Not a solution, but it did allow me to register new accounts temporarily.

No, I'm not using auth.email-domains.

epriestley claimed this task.

I think we fixed this elsewhere, yell if it's still an issue.