Currently the minimum length for admin passwords is 1 character. This
seems ridiculous. Does anyone have any issue with me increasing that to
a minimum of 6 characters?
Thanks,
Jason
Because a password of length -1 is too easy to guess? :)
Jason
Would that affect notebook servers that accept only connections from
localhost? In the classroom, it would make things more complicated if
each student chose a different password, instead of all of them using
"admin". For example, the browser closes and they have to log in again.
Sure, they can restart the notebook, but we are talking 100% rookies, so
they would rather freeze and ask the teacher. It also happened to us in
a kde environment that we did not install that the notebook would not
log in automatically.
Right now, it only affects the admin password that is requested the very
first time a notebook is started. It does not change the automatic
login that happens when the notebook is started up on localhost.
Jason
That's why on my (single user!) laptop I always start the notebook
with this script:
deep:~ wstein$ more bin/sagenb
sage -notebook require_login=False accounts=Fals
--
William Stein
Professor of Mathematics
University of Washington
http://wstein.org