-
- Downloads
"lib/workers/branch/reuse.ts" did not exist on "ea9ace2a76a1843473c92dbc8330b9c96cd27f26"
Implement password reset
This adds a link to the login screen with "Forgot your password?". Clicking it takes you to a form with fields for an email address and a new password. This makes the same API calls as the Angular SDK. Manually tested resetting + not clicking link + invalid email and it all seems to work.
Showing
- src/PasswordReset.js 104 additions, 0 deletionssrc/PasswordReset.js
- src/component-index.js 5 additions, 4 deletionssrc/component-index.js
- src/components/structures/MatrixChat.js 26 additions, 1 deletionsrc/components/structures/MatrixChat.js
- src/components/structures/login/ForgotPassword.js 199 additions, 0 deletionssrc/components/structures/login/ForgotPassword.js
- src/components/structures/login/Login.js 6 additions, 2 deletionssrc/components/structures/login/Login.js
- src/components/views/login/PasswordLogin.js 13 additions, 1 deletionsrc/components/views/login/PasswordLogin.js
Loading
Please register or sign in to comment