Merge pull request 'fix spelling in user service' (#9) from cybershell-patch-1 into develop

Reviewed-on: https://git.digitaltelepresence.com/digital-telepresence/dtp-sites/pulls/9
master
CyberShell 2 years ago
commit a971e06fd8

@ -541,7 +541,7 @@ class UserService extends SiteService {
}
if (settings.password) {
if (settings.password !== settings.passwordv) {
if (settings.password !== settings.password) {
throw new SiteError(400, 'Password and password verification do not match.');
}
update.$set.passwordSalt = uuidv4();

Loading…
Cancel
Save