diff --git a/kippo/commands/adduser.py b/kippo/commands/adduser.py index e316968e..2ad292a7 100644 --- a/kippo/commands/adduser.py +++ b/kippo/commands/adduser.py @@ -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 []: '),