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

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

@Ascendzor

Description

@Ascendzor

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: 'someemail@gmail.com',
  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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions