[fix] Restrict to very common password

This commit is contained in:
ljf 2018-08-30 01:18:26 +02:00
parent 7a3ba81a2a
commit 6aef80cd25

View file

@ -14,8 +14,7 @@ from moulinette.authenticators.ldap import Authenticator
from yunohost.tools import Migration
logger = getActionLogger('yunohost.migration')
SMALL_PWD_LIST = ["yunohost", "olinuxino", "olinux", "raspberry", "admin",
"root", "test", "rpi"]
SMALL_PWD_LIST = ["yunohost", "olinux"]
class MyMigration(Migration):
"Migrate password"