#7630: Require email confirmation before account activation
------------------------+---------------------------------------------------
Reporter: jason | Owner: was
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.3.4
Component: notebook | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Comment(by ddrake):
attachment:trac_7630-with-debugging.patch is, I think, a working patch. It
is still full of print statements that I used while working on this, and
doesn't have any updated docstrings yet. But I think it works. It's
against 4.3.2 (sagenb 0.7.4).
In this setup, if the admin user adds a user, no email confirmation is
ever required. Each regular user has a email_confirmation variable, which
replaces the old email_confirmed boolean, and can be one of three states:
not_required, pending, and confirmed. All users get not_required, except
those that register themselves while email confirmation is turned on; they
get 'pending'.
This patch is not ready for a "real" review yet, but please test and look
over the code.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7630#comment:5>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.