dappros / ethora

A 'super app' engine for your project. React Native (iOS, Android) and React.js (Web, desktop). Social Sign In 🄵, Messaging 💬 (chat, voice, push notifications), Web3 Wallet 🪪 (profile QR, documents, coins, NFT), DLT 🔐 (provenance, crypto signing), Gamification 🤩, Social Commerce and more.
https://ethora.com/
GNU Affero General Public License v3.0
428 stars 85 forks source link

"Forgot password" - web-client #387

Closed dzinzyura closed 1 year ago

dzinzyura commented 1 year ago

Goal: To add "Forgot password" button for e-mail login.

Affected metric:

Story: As a user, when I open the web-client and clicked on "Login with credentials", I can see the "Forgot password" button. When I click on it, it shows me a pop-up with a "The password reset email has been successfully sent. Please, check your email for further actions." message. When I open this e-mail, I can see the "Reset password" button, clicking on which I get redirected to the web-page, where I can change my password.

Description: Add the "Forgot password" both the button and the related logic for the web-client.

dendidibe commented 1 year ago

https://user-images.githubusercontent.com/54039544/222180796-492febde-8734-452a-93fe-cb75442d4a09.mp4

dendidibe commented 1 year ago

need to change link that is sending to mail to this https://app-dev.ethora.com/resetPassword/[tokenForNewPassword]

dzinzyura commented 1 year ago

Done. Thanks guys