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

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyej committed Mar 23, 2016
1 parent e05e726 commit 52cbde7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/changelog.rst
Expand Up @@ -33,9 +33,9 @@ with the login and registration flows.
**Bug Fixes**

- The ``logger`` option was not being observed, and your custom logger was not
used even it was passed in with this option. This is now fixed.
used even if it was passed in with this option. This is now fixed.

- The ``apiAutheneticationRequired`` middleware is now checking the Stormpath
- The ``apiAuthenticationRequired`` middleware is now checking the Stormpath
REST API to ensure that access tokens have not been deleted. As of 3.0.0, you
must use the ``stormpath`` option for
``web.oauth2.password.validationStrategy`` to achieve this behavior.
Expand All @@ -44,12 +44,10 @@ with the login and registration flows.
if the ``sptoken`` was invalid, the user would have to submit the form to see
the error. This is now fixed.


- Custom registration fields were not included in the view model if they were
not also defined in ``web.register.form.fieldOrder``. They will now appear in
the view model, at the end of the defined field order.


**Other Improvements**

- The confirm password field is now supported during registration, you can
Expand Down Expand Up @@ -1324,4 +1322,4 @@ Version 0.1.0
- Lots to do!

.. _Stormpath Node SDK: https://github.com/stormpath/stormpath-sdk-node
.. _Web Configuration Defaults: https://github.com/stormpath/express-stormpath/blob/master/lib/config.yml
.. _Web Configuration Defaults: https://github.com/stormpath/express-stormpath/blob/master/lib/config.yml

0 comments on commit 52cbde7

Please sign in to comment.