I now have notebook working under 2.10.alpha1 (thanks Michael), and
find the same
behaviour - it seems to create the entry for bill in nb.sobj (or
wherever) and I can
display it,
{{{
nb.users()
|
{'admin': admin, 'bill': bill, '_sage_': _sage_, 'guest': guest
}}}
{{{
u=nb.users()['bill']; u.account_type()
|
'user'
}}}
but when I logout and try to login as bill I get 'invalid user', valid
names: admin

Just to clarify, this is running on my laptop, under Linux (Ubuntu
7.04), with the notebook
started automatically when I ran sage -notebook (with no additional
options).
I had entered

nb=load('/home/bill/.sage/sage_notebook/nb.sobj', compress=False)
nb.set_accounts(True)
nb.add_user('bill', 'password','[EMAIL PROTECTED]')

prior to this (several times now  :-))

Bill
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to