-
-
Notifications
You must be signed in to change notification settings - Fork 811
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PUI] Set password #8770
[PUI] Set password #8770
Conversation
SchrodingersGat
commented
Dec 26, 2024
- Closes can't set any password #8760
- Adds a "change password" page to the new interface
- Uses existing rest_auth framework
✅ Deploy Preview for inventree-web-pui-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8770 +/- ##
=======================================
Coverage 85.27% 85.28%
=======================================
Files 1172 1173 +1
Lines 51541 51613 +72
Branches 2090 2094 +4
=======================================
+ Hits 43953 44016 +63
- Misses 7065 7075 +10
+ Partials 523 522 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM;
Would probably be good to add a test that this works to ensure things like #6293 do not break the end to end interaction.
@matmair testing added :) |