change wording

This commit is contained in:
Jakob Ketterl 2021-02-06 19:01:14 +01:00
parent 1fed499b7f
commit 9c5858e1e5

View File

@ -38,7 +38,7 @@ class NewUser(UserCommand):
print('Password for {username} is "{password}".'.format(username=username, password=password))
# TODO implement this threat
print('This password is suitable for initial setup only, you will be asked to reset it on initial use.')
print('This password cannot be recovered from the system, please note it down now.')
print('This password cannot be recovered from the system, please copy it now.')
else:
password = getpass("Please enter the password for {username}: ".format(username=username))
confirm = getpass("Please confirm password: ")