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

No reset email was received except Super Admin User #632

Closed yang-cloudlet closed 6 years ago

yang-cloudlet commented 6 years ago

Following the instruction from Change log and I have added the setting manually

app.use(stormpath.init(app, {
  web: {
    changePassword: {
      enabled: true
    },
    forgotPassword: {
      enabled: true
    }
  }
}));

However, normal users are unable to receive any reset password email, the only one will receive is the Super Admin user. Am I missing anything in Okta Setting?

Thank you

mirko-lazarevic commented 6 years ago

Same here

rdegges commented 6 years ago

This works for me when I test it out. Can you explain a little more what behavior you're seeing?

yang-cloudlet commented 6 years ago

@rdegges After retest it, It do receive the reset email, thank you.