sonalipriya / recipe-manager

A CRUD application for recipes built using Angular leveraging a PHP based RESTful API.
0 stars 0 forks source link

Forgot/Reset Password generating invalid passwords #40

Open seanmishra opened 7 years ago

seanmishra commented 7 years ago

Using the Forgot Password feature generated a random numeric password and sends it to the user. However, a pure numeric password can't be used to login since it won't get validated. Hence the Forgot Password and Reset Password features of the API need to be modified in order to generate valid random passwords.

sonalipriya commented 7 years ago

Alright, need to create a separate function for that. I will do it.