mirror of https://github.com/cowrie/cowrie.git
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:
parent
b4d672361b
commit
590540178e
|
@ -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 []: '),
|
||||
|
|
Loading…
Reference in New Issue