From 590540178ebba5fe5c6d2143ee6c96b89f6fd4b0 Mon Sep 17 00:00:00 2001 From: desaster Date: Sat, 8 May 2010 20:39:26 +0000 Subject: [PATCH] adduser - replace test123 with the actual username git-svn-id: https://kippo.googlecode.com/svn/trunk@110 951d7100-d841-11de-b865-b3884708a8e2 --- kippo/commands/adduser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 []: '),