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

Commit

Permalink
randall’s feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert committed Nov 20, 2015
1 parent 317f25b commit 6f816af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.rst
Expand Up @@ -11,7 +11,7 @@ Version 2.3.0

**Not Yet Released**

May fixes for the registration field configuration:
Many fixes for the registration field configuration:

- Custom fields, as defined in the ``register`` block, will now appear in our
default registration form (they were not appearing before).
Expand All @@ -20,7 +20,7 @@ May fixes for the registration field configuration:
data will be rejected during account creation.

- Only the First Name, Last Name, Email, and Password fields are shown by
default (the middle name and username fields are no longer shown be default).
default (the middle name and username fields are no longer shown by default).

- Added an ``enabled`` property to all fields, allowing you to selectively
disable any of the default fields.
Expand Down
2 changes: 1 addition & 1 deletion docs/registration.rst
Expand Up @@ -49,7 +49,7 @@ required by the user:
* email
* password

While email and password will always be required, you may not need to require
While email and password will always be required, you do not need to require
first and last name. These can be configured as optional fields, or omitted
entirely. You can also specify your own custom fields. We'll cover each use
case in detail.
Expand Down
2 changes: 1 addition & 1 deletion lib/config.yml
Expand Up @@ -66,10 +66,10 @@ web:
required: true
type: "password"
fieldOrder:
- "username"
- "givenName"
- "middleName"
- "surname"
- "username"
- "email"
- "password"
view: "register"
Expand Down

0 comments on commit 6f816af

Please sign in to comment.