Hi, The purpose of the `require_login` argument is whether anyone needs to login at all. If it is False, admin access is given to all. If you don't want to be logged in automatically, you may want to try open_viewer=False and going to the webpage manually.
You may want to open a ticket at http://trac.sagemath.org if you believe this is a useful feature. On Thu, Jul 29, 2010 at 7:37 PM, Daniel Friedan <[email protected]> wrote: > I'd like to start the sage notebook without automatically logging in > to the admin account. (sage-4.4.4-OSX-64bit-10.6-i386-Darwin.dmg) > > I prefer not to work in the sage admin account on my laptop. I make > a separate account for each project. > > I've tried from the shell command line: > /Applications/sage/sage -notebook > and > /Applications/sage/sage -notebook "require_login=True" > > I've tried launching the sage application using Terminal, then > notebook() > and > notebook(require_login=True) > > In all cases, the browser opens in the sage admin account. > > thanks for any advice, > Daniel Friedan > > -- > 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-support > URL: http://www.sagemath.org > -- Tim Joseph Dumol <tim (at) timdumol (dot) com> http://timdumol.com -- 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-support URL: http://www.sagemath.org
