diff -r 04d0624a1832 -r 4bab50b02927 server/serverctl.py --- a/server/serverctl.py Thu Mar 31 15:18:21 2011 +0200 +++ b/server/serverctl.py Thu Mar 31 17:12:27 2011 +0200 @@ -180,7 +180,7 @@ if automatic: # XXX modify a copy password = generate_password() - print 'Administration account is admin / %s' % password + print '-> set administrator account to admin / %s' % password USER_OPTIONS[1][1]['default'] = password sconfig = Configuration(options=USER_OPTIONS) else: