fleet/frontend
Mike Arpaia 736bce5033 Email-based password reset (#54)
* No more hard deletes

* scaffolding for password reset endpoint

* Ensure password reset state is accounted for in VC checks

* password reset endpoints and data structures

* ability to change password with reset token

* smtp server connection pool management

* stubbing out the sending of the email

* adding mailhog via docker

* HTML emails with confgurable host name

* fixing typo in the comments

* Fixing merge which undid DatabaseError replacement

* documentation in the readme

* webpack shortcut for components

* removing a sneaky merge line that snuck in

* temporary email content api

* tests for password reset flow

* fixing go vet

* comments and making all db use `&value` rather than `reference`

* more correct usage of the errors library and moving email sending to it's own method

* using the wrong error

* fixing email mock object error

* less incorrect error usage

* rebasing and merging

* http constants for status code

* using ParseAndValidateJSON instead of BindJSON

* validate instead of binding in struct tags

* NewFromError instead of New
2016-08-12 12:20:29 -07:00
..
components/app Email-based password reset (#54) 2016-08-12 12:20:29 -07:00
css React Base (#61) 2016-08-09 22:15:44 -07:00
router Email-based password reset (#54) 2016-08-12 12:20:29 -07:00
templates React Base (#61) 2016-08-09 22:15:44 -07:00
index.js React Base (#61) 2016-08-09 22:15:44 -07:00