add auth.local.passwordHashMethod field

This commit is contained in:
Matteo Pagliazzi
2017-01-23 10:38:41 +01:00
parent 2bbc4f4f4d
commit 070c4a8fbd
3 changed files with 8 additions and 2 deletions

View File

@@ -125,6 +125,7 @@ api.registerLocal = {
email,
salt,
hashed_password, // eslint-disable-line camelcase
passwordHashMethod: 'sha1',
},
},
preferences: {