This commit is contained in:
Louis Vézina 2020-05-10 10:36:00 -04:00
parent a1854dbc22
commit 7354a6d45e
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ if settings.auth.type == 'form' and \
os.remove(os.path.normpath(os.path.join(args.config_dir, 'config', 'roles.json')))
os.remove(os.path.normpath(os.path.join(args.config_dir, 'config', 'register.json')))
logging.info('BAZARR your login credentials have been migrated successfully and your password is now equal '
'to your username. Please change it as sson as possible in settings.')
'to your username. Please change it as soon as possible in settings.')
def init_binaries():