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"