mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Make the SMALL_PWD_LIST consistent with cracklib's PR
This commit is contained in:
parent
3f3069d080
commit
a94e69f760
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ from moulinette.authenticators.ldap import Authenticator
|
||||||
from yunohost.tools import Migration
|
from yunohost.tools import Migration
|
||||||
|
|
||||||
logger = getActionLogger('yunohost.migration')
|
logger = getActionLogger('yunohost.migration')
|
||||||
SMALL_PWD_LIST = ["yunohost", "olinux"]
|
SMALL_PWD_LIST = ["yunohost", "olinuxino", "olinux", "raspberry", "admin", "root", "test", "rpi"]
|
||||||
|
|
||||||
class MyMigration(Migration):
|
class MyMigration(Migration):
|
||||||
"Synchronize admin and root passwords"
|
"Synchronize admin and root passwords"
|
||||||
|
|
Loading…
Add table
Reference in a new issue