DPigeon / Edge

A web-base application kind of like a social media site to allow parents to communicate with teachers and vice-versa.
0 stars 1 forks source link

Forgot Password Feature: A generated code is sent by email if it refers to a valid user #75

Closed ahmedmaria closed 5 years ago

ahmedmaria commented 5 years ago
ahmedmaria commented 5 years ago
AnasBuyumad commented 5 years ago

POST on /sendRecoverEmail

With a valid email should respond error/success with sending a code by email.

AnasBuyumad commented 5 years ago

Done.