ContriHUB / ContriHub-18

http://contrihubs.herokuapp.com - :snowman: :cyclone: ContriHub is an event under Avishkar-18 where we are expecting to get more and more people involved in Opens Source activities.
7 stars 33 forks source link

Add forgot password functionality #9

Closed Abhey closed 5 years ago

Abhey commented 6 years ago

Currently, the user can't recover his password once he/she forgets it. Add the functionality by which a user can recover his password.

As the username in our case is same as GitHub username you can use GitHub API's to fetch user email address and send a password recovery mail to that user.

You are free to explore other mechanisms for password recovery.

rht6226 commented 6 years ago

Assign this issue to me.

deepak-bharti-deel commented 6 years ago

@rht6226 yeah you can do it. Ask if need some help 😄 also gui should be following the current app theme

rht6226 commented 6 years ago

Github is showing Deployment error for some reason.

deepak-bharti-deel commented 6 years ago

@rht6226 you can also test app locally? No need to deploy :smile:

rht6226 commented 6 years ago

@dbads sir I did checked it locally. It is working perfectly. Now, If you can check the pull request and see if there is any problem.