Github user garrensmith commented on a diff in the pull request:

    https://github.com/apache/couchdb-fauxton/pull/833#discussion_r100531254
  
    --- Diff: app/addons/auth/stores/ChangePassword.js ---
    @@ -0,0 +1,57 @@
    +import FauxtonAPI from "../../../core/api";
    +import {
    +  AUTH_CLEAR_CHANGE_PWD_FIELDS,
    +  AUTH_UPDATE_CHANGE_PWD_FIELD,
    +  AUTH_UPDATE_CHANGE_PWD_CONFIRM_FIELD
    +} from "../actiontypes";
    +
    +const ChangePasswordStore = FauxtonAPI.Store.extend({
    --- End diff --
    
    If you feeling brave, you are welcome to change this all to use redux. See 
the permission section as an example


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to