Added a step to setup to get a password for the admin user.
authorDave West <davew@uncensored.citadel.org>
Wed, 28 May 2008 15:15:02 +0000 (15:15 +0000)
committerDave West <davew@uncensored.citadel.org>
Wed, 28 May 2008 15:15:02 +0000 (15:15 +0000)
commit2154154a88f7b1ab6bc972c81979b2c1e52a0693
tree085d75d10e2676f31ef1a541d95fc763c85f120f
parent8c3feb00e7fee1d66ed13efa8a7e3a077b2cb277
Added a step to setup to get a password for the admin user.
Now when setup is run after it starts the server it will attempt to
create the admin user and set its password. This makes things a little
more obvious for new users setting up a Citadel system for the first
time.
Also it has the added effect of closing the small security hole.
On a new installation setup will grab user 1 before anyone else can thus
ensuring user 1 priviledges and/or it will set the password and user for
whoever the system admin is set to thus preventing the unlikely
situation where some attacker gets there first.
citadel/setup.c