Merge pull request #1334 from sharelatex/spd-password-tweaks

Make password verification on backend match frontend when changing passwords

GitOrigin-RevId: e15aa103549d4d5753118b09cd0fc0551efa2654
This commit is contained in:
Simon Detheridge 2019-01-03 15:08:21 +00:00 committed by sharelatex
parent c4d0cf9fd0
commit 258ce15d91

View file

@ -188,7 +188,7 @@ define(['base', 'libs/passfield'], function(App) {
max: 128
},
allowEmpty: false,
allowAnyChars: false,
allowAnyChars: true,
isMasked: true,
showToggle: false,
showGenerate: false,