URL: https://github.com/freeipa/freeipa/pull/2109 Author: stanislavlevin Title: #2109: Fix reset_password page translations Action: opened
PR body: """ As for now ```/ipa/ui/reset_password.html``` uses standalone JS file ```reset_password.js```, which is out of IPA Web framework and not designed to use translations from server.
At the same time LoginScreen widget has a similar functionality. Thus, the usage of that plugin let one advantages of entire framework, including translations.
Fixes: https://pagure.io/freeipa/issue/7619 """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2109/head:pr2109 git checkout pr2109
URL: https://github.com/freeipa/freeipa/pull/2109 Author: stanislavlevin Title: #2109: Fix reset_password page translations Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2109/head:pr2109 git checkout pr2109
freeipa-devel@lists.fedorahosted.org