Merge pull request 'Reverse change in #9' (#13) from pr9-revert into develop

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

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

Loading…
Cancel
Save