We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
As per 149d19c, forgot-password script is enabled by default. However the script cannot be loaded; an error is thrown in the log.
To Reproduce Steps to reproduce the behavior:
/opt/jans/jetty/jans-auth/logs/jans-auth_script.log
Failed to load python fileImportError: No module named xdi
Expected behavior
The forgot-password script is loaded successfully.
Additional context
The text was updated successfully, but these errors were encountered:
fix(forgot_password): update imports to jans locations
b815522
ref #1601
fix(forgot_password): update imports to jans locations (#1637)
6c6eeb3
christian-hawk
Successfully merging a pull request may close this issue.
Describe the bug
As per 149d19c, forgot-password script is enabled by default. However the script cannot be loaded; an error is thrown in the log.
To Reproduce
Steps to reproduce the behavior:
/opt/jans/jetty/jans-auth/logs/jans-auth_script.log
Failed to load python fileImportError: No module named xdi
)Expected behavior
The forgot-password script is loaded successfully.
Additional context
The text was updated successfully, but these errors were encountered: