Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android

How do you implement email adapter for a Parse backend to allow password reset in your app?

I am using AWS EC2 to host a bitnami parse server for my android app. I am trying to implement password reset feature for my app. I've tried to follow the instruction in Parse's github page, but is currently stuck.

A full description of my problem is shown here: https://stackoverflow.com/questions/50795688/how-to-implement-email-adapter-for-parse-to-allow-password-reset-feature

Will greatly appreciate it if anyone can shed some insight. Thank you!