stormpath / express-stormpath

Build simple, secure web applications with Stormpath and Express!
http://docs.stormpath.com/nodejs/express/
Apache License 2.0
325 stars 111 forks source link

changePassword autoLogin: true doesn't work #626

Open nguyenning opened 7 years ago

nguyenning commented 7 years ago

After setting up the sample project with this setting and reset my password, the app doesn't auto log me in.

web: {
    forgotPassword: {
          enabled: true,
    },
    changePassword: {
          enabled: true,
          autoLogin: true // DOESN'T WORK
    }
  }