express-stormpath icon indicating copy to clipboard operation
express-stormpath copied to clipboard

Remove givenName and surname restrictions to registration data model

Open typerandom opened this issue 9 years ago • 1 comments

Removes givenName and surname restrictions on the registration data model.

Important

This depends on the PR https://github.com/stormpath/stormpath-node-config/pull/61 before it can be merged.

How to verify

Verify that once the application is started the web.register.form.fields configuration (https://github.com/stormpath/express-stormpath/blob/master/lib/config.yml#L65) reflects the account schema of your default directory.

Fixes https://github.com/stormpath/stormpath-sdk-node/issues/526

typerandom avatar Aug 28 '16 17:08 typerandom

@typerandom FYI that I've rebased this one against master. This one will need a lot of work on the registration controller tests. I pushed one small fix that fixed some of the failing tests. I'm testing while linked to stormpath/stormpath-node-config#61

robertjd avatar Sep 27 '16 01:09 robertjd