aloux-iam 0.0.78 → 0.0.79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -243,7 +243,7 @@ self.resetPass = async (req, res) => {
243
243
  if (usuario) {
244
244
  usuario.pwd = req.body.pwd
245
245
  usuario.lastUpdate = new Date().getTime()
246
- usuario.changePwd = true
246
+ usuario.data.changePwd = true
247
247
  await usuario.save()
248
248
 
249
249
  return "password updated successfully"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aloux-iam",
3
- "version": "0.0.78",
3
+ "version": "0.0.79",
4
4
  "description": "Aloux IAM for APIs ",
5
5
  "main": "index.js",
6
6
  "scripts": {