Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Setting status: 'ENABLED' doesn't seem to work #607

Open
Ascendzor opened this issue Mar 30, 2017 · 0 comments
Open

Setting status: 'ENABLED' doesn't seem to work #607

Ascendzor opened this issue Mar 30, 2017 · 0 comments

Comments

@Ascendzor
Copy link

Have enabled Verification Email in the Stormpath web interface.

But we have two paths for registering, one path where we want email verification and one path where we don't.

When using application.createAccount we are passing in the object:

{
  username: 'some username',
  password: 'some password',
  email: '[email protected]',
  givenName: 'some given name',
  surname: 'some surname',
  status: 'ENABLED'
}

And then the account status in Stormpath is "UNVERIFIED" and we can't automatically log the user in on registration

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant