mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-21 07:53:29 +00:00
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:
parent
c4d0cf9fd0
commit
258ce15d91
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ define(['base', 'libs/passfield'], function(App) {
|
|||
max: 128
|
||||
},
|
||||
allowEmpty: false,
|
||||
allowAnyChars: false,
|
||||
allowAnyChars: true,
|
||||
isMasked: true,
|
||||
showToggle: false,
|
||||
showGenerate: false,
|
||||
|
|
Loading…
Reference in a new issue