scorelab / OpenMF

An Open Source Mobile Forensics Investigation Tool for Android Platform
Apache License 2.0
146 stars 94 forks source link

Email Verification and Forgot Password Implementaion #225

Closed sachinsom93 closed 3 years ago

sachinsom93 commented 3 years ago

Deliverables for this PR are as follows !

Implementing Forgot Password and Email Verification feacture.
  1. Create backend Route for generating-sending forgot password mail, route for reset password and route for verify email for
    extractor and management member.
  2. Integrating above mentioned Routes with React Frontend.
  3. State management using react-redux.