Releases: tidepool-org/hydrophone
Releases · tidepool-org/hydrophone
v0.7.0
Show name of pwd for careteam invite and not that of the account user
an invitation for a fake child account should display the profile name (i.e., child's name), not the account name (i.e., the parent's name).
see trello card https://trello.com/c/NMr0pTEF for details
v0.6.0
- Reset confirmation key, created, modified upon resend signup
- Move confirmation timeouts from config to code; common IsExpired logic
- Add custodial versions of signup confirmation email
- Move email templates from config to code; precompile templates
- Uncouple email template name from confirmation type
- Use github.com rather than launchpad.net for mgo
- Use canonical import paths
v0.5.2
- Allow sending signup confirmation again if email address has changed
Stylized Email Templates
As a user, I want the emails I receive from Tidepool to reflect the design mentality their brand has come to embody so I can have more trust that this email is actually from them, and so the emails are more delightful and readable.
NOTE: this is a change to config only
v0.5.0
- Use latest go-common
- Allow custodians appropriate access to signups and invites
- Add email verification workflow for users without a password requiring date of birth and new password, required for clinic support
- Add test.sh
v0.4.0-dragster
tests for no perms situations
Change PW reset for new accounts
Updates the way we notify about password resets when the account doesn't actually exist.
Only find relevant confirmation types
Updates
- when looking for existing confirmations only return those confirmations that are relevant e.g. invites
Better error logging
Updates
- logging to better understand what is happening when things go wrong
Better error logging
Updates
- better logging for when there is an issue trying to return data from the service