#13270: Restarted notebook server allows user registration
---------------------------------------------------------------+------------
       Reporter:  novoselt                                     |         Owner: 
 jason, mpatel, was            
           Type:  defect                                       |        Status: 
 new                           
       Priority:  major                                        |     Milestone: 
 sage-duplicate/invalid/wontfix
      Component:  notebook                                     |    Resolution: 
                               
       Keywords:                                               |   Work issues: 
                               
Report Upstream:  Not yet reported upstream; Will do shortly.  |     Reviewers: 
                               
        Authors:                                               |     Merged in: 
                               
   Dependencies:  #13121                                       |      Stopgaps: 
                               
---------------------------------------------------------------+------------

Comment (by dimpase):

 I think it is some semi-trivial logic bug related to using None and False.
 If in {{{sagenb/notebook/run_notebook.py}}} I change the line 224 from
 {{{
              accounts      = None,
 }}}
 to
 {{{
              accounts      = False,
 }}}
 then  the setting for {{{Enable user registration}}} stays off, instead of
 staying on.
 That is, when I start the notebook server, it is always {{{off}}} rather
 than {{{on}}}, and saving this option has
 no effect. As opposed to the scenario described on the ticket, when it
 always stays on.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13270#comment:12>
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.

Reply via email to