mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Restrict to very common password
This commit is contained in:
parent
7a3ba81a2a
commit
6aef80cd25
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue