From a94e69f760f37aa80b2d52c44d444321d7b5ae8e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 25 Oct 2018 18:09:11 +0200 Subject: [PATCH] Make the SMALL_PWD_LIST consistent with cracklib's PR --- .../data_migrations/0006_sync_admin_and_root_passwords.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yunohost/data_migrations/0006_sync_admin_and_root_passwords.py b/src/yunohost/data_migrations/0006_sync_admin_and_root_passwords.py index 0bcb3cd3a..366363f22 100644 --- a/src/yunohost/data_migrations/0006_sync_admin_and_root_passwords.py +++ b/src/yunohost/data_migrations/0006_sync_admin_and_root_passwords.py @@ -13,7 +13,7 @@ from moulinette.authenticators.ldap import Authenticator from yunohost.tools import Migration logger = getActionLogger('yunohost.migration') -SMALL_PWD_LIST = ["yunohost", "olinux"] +SMALL_PWD_LIST = ["yunohost", "olinuxino", "olinux", "raspberry", "admin", "root", "test", "rpi"] class MyMigration(Migration): "Synchronize admin and root passwords"