Concorda / concorda-dashboard

concorda dashboard
MIT License
5 stars 8 forks source link

Implement support for request reset password in UI #117

Closed mirceaalexandru closed 8 years ago

mirceaalexandru commented 8 years ago

Add reset password in login screen which will open a page.

In the request reset password page there will be a text (email) field and submit button. Submit should call

POST /auth/create_reset

with request body a JSON:

email: 'user email'

Another page that can be accessed on url:

#/resetPassword/{token}

will contain two password fields for resetting password and a submit button.

Action:

POST
/auth/execute_reset

body contains: token, password repeat.

For this service details can be found here: https://github.com/senecajs/seneca-auth

mcdonnelldean commented 8 years ago

@ckiss @mirceaalexandru Do you have enough UI to do this screen or do you need some work UI help on this one?

ckiss commented 8 years ago

@mcdonnelldean I'll do the screen with what I have and if you think it needs more work, it can be done after that. is that ok with you?

ckiss commented 8 years ago

ref #128

ckiss commented 8 years ago

done by #128