mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
login view: set passwor min length to 4 to try to fix the demo admin not being accessible ..
This commit is contained in:
parent
d482cb8da5
commit
946c3e61e6
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ export default {
|
|||
return {
|
||||
form: {
|
||||
username: { required, alphalownum_ },
|
||||
password: { required, passwordLenght: minLength(8) }
|
||||
password: { required, passwordLenght: minLength(4) }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue