added change password feature
PR Fixes:
- Added change password directly from
app.100xdevs.comwhile maintaining password synchronization withharkirat.classx.co.in
Assumption env variable APPX_AUTH_KEY = appxapi APPX_CLIENT_SERVICE = Appx
UI /password
Resolves
- #748
Checklist before requesting a review
- [x] I have performed a self-review of my code
- [x] I assure there is no similar/duplicate pull request regarding same issue
Hey, I have created the same pr But it got closed by maintainers the only difference is mine works on OTP not in current password. https://github.com/code100x/cms/pull/1415
@devsargam , Earlier I also created PR for the same feature #749 . That was not matching the current UI, so created a new one that does not have conflicts.
@hkirat thoughts on this? else closing this pr within a week
@devsargam @hkirat, I just want to know why it was closed previously.
previous reason:
- The password is not in sync with appx.
- Appx does not expose any endpoint for that.
as both reasons are resolved, is there any other reason for not changing the password directly from cms instead of using the appx site?
This probably is not available from server side if I am not wrong but I will get to kirat regarding it