On Sun, Feb 6, 2011 at 11:29 AM, Daniel M. <[email protected]> wrote:
> Hi everyone, i need some help configuring my notebook:
> When i start the notebook server typing "notebook()" on the sage
> prompt it always login as 'admin' so i have to log out and enter as my
> user defined account.
> I've tried to reconfigure my notebook server settings as follows:
>>> nb = sagenb.notebook.notebook.Notebook(tmp_dir()+'.sagenb')
>>> nb.add_user('user','password','','admin',True)
> so there is not default user to log in when notebook starts
>>>nb.default_user()
> ''
> but when i type notebook()
>>>notebook()
> it always stars as admin
>
> i dont know what kind of problems would i have if a work on the sage
> nb as admin,
> i hope anyone can help

Just work as admin.

Alternatively, maybe type

 sage: notebook(require_login=True)

>
> (About my english, i don't know the status of my writing, i'm Spanish-
> speaking so im just learning)
>
> --
> 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
>



-- 
William Stein
Professor of Mathematics
University of Washington
http://wstein.org

-- 
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

Reply via email to