adduser - replace test123 with the actual username

git-svn-id: https://kippo.googlecode.com/svn/trunk@110 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
desaster 2010-05-08 20:39:26 +00:00
parent b4d672361b
commit 590540178e
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class command_adduser(HoneyPotCommand):
(O_O, 'Copying files from `/etc/skel\' ...\n'),
(O_P, 'Password: '),
(O_P, 'Password again: '),
(O_O, '\nChanging the user information for test123\n'),
(O_O, '\nChanging the user information for %(username)s\n'),
(O_O, 'Enter the new value, or press ENTER for the default\n'),
(O_Q, ' Username []: '),
(O_Q, ' Full Name []: '),