updated commit hashes

This commit is contained in:
Andris Reinman 2018-09-12 13:29:16 +03:00
parent 617576c2e3
commit 700b770c69
2 changed files with 3 additions and 2 deletions

View file

@ -1131,6 +1131,7 @@ module.exports = (db, server, userHandler) => {
.empty('')
.min(1)
.max(256),
password: Joi.string()
.max(256)
.allow([false, '']),

View file

@ -6,9 +6,9 @@ NODEREPO="node_10.x"
MONGODB="3.6"
CODENAME=`lsb_release -c -s`
WILDDUCK_COMMIT="8789cce45fdf010c33580e417505ef26197c21dc"
WILDDUCK_COMMIT="617576c2e377166c15f00ecd29fd12aa8009fc13"
ZONEMTA_COMMIT="b79f57036f21b1a3f06143c72c1c925360a57f3b" # zone-mta-template
WEBMAIL_COMMIT="cc7829eeb79e7952b30f90a2c0c96cc213ce3ce4"
WEBMAIL_COMMIT="97085f77008104288bc1b3cf7360d3295a886706"
WILDDUCK_ZONEMTA_COMMIT="2798c42b235f9e1c1d8627d29eb742df27efb28a"
WILDDUCK_HARAKA_COMMIT="1c822580d68b47c043364da25e460419f6c7cc17"
HARAKA_VERSION="2.8.21"