On Sun, Feb 6, 2011 at 11:29 AM, Daniel M. <danielmeji...@gmail.com> 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

Note that the notebook "admin" user is completely distinct from any
"admin" account on your computer, so if you start the notebook by
typing notebook() it's still doing everything in your name (as are any
other notebook accounts you create). If you're just using it as a
personal notebook server (i.e. not giving out accounts and sharing it
with other people) then that's probably the behavior you want.

- Robert

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to