Closed Bug 614705 Opened 14 years ago Closed 14 years ago

Modify login to accept users with is_active=False

Categories

(support.mozilla.org :: Users and Groups, task, P1)

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: jsocol, Assigned: rrosario)

References

Details

Since registration/login is part of the AAQ process, we need to be able to register and immediately log in users. This can be temporary (e.g., they'd have to confirm via the email before logging in through the regular form) but we can't interrupt the process while mail travels through the system and they confirm.
Depends on: 613986
Assignee: nobody → rrosario
I implemented an Auth Form that can be initialized to accept users with `is_active=False`:
https://github.com/jsocol/kitsune/commit/aa322e855a5babbd505a6efddf8ed85574175753

Leaving the bug open in case there is more to do for AAQ in the case the user is registering.
(In reply to comment #1)
> Leaving the bug open in case there is more to do for AAQ in the case the user
> is registering.

There's not. It's done in bug 614011

Though that code may be unnecessary now. If so we should file a code-quality bug to remove it.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Verified able to sign in or register during AAQ flow
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.