

response = view_func(request, *args, **kwargs)įile "/venv/lib64/python3.6/site-packages/django/contrib/auth/views.py" in dispatchĢ20. return self.dispatch(request, *args, **kwargs)įile "/venv/lib64/python3.6/site-packages/django/utils/decorators.py" in _wrapperįile "/venv/lib64/python3.6/site-packages/django/utils/decorators.py" in _wrapped_viewġ42. response = wrapped_callback(request, *callback_args, **callback_kwargs)įile "/venv/lib64/python3.6/site-packages/django/views/generic/base.py" in viewħ1. response = self.process_exception_by_middleware(e, request)ġ13. Between migrating the DB schema and creating the superuser, is there an additional step required to configure the email backend?įinally got the traceback to show following the example from oritgaon at įile "/venv/lib64/python3.6/site-packages/django/core/handlers/exception.py" in innerįile "/venv/lib64/python3.6/site-packages/django/core/handlers/base.py" in _get_responseġ15. Ive tested it locally without changing the common and product files so it couldn't be misconfigured. AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'


AH00163: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips mod_wsgi/4.6.7 Python/3.6 configured - resuming normal operations AH01909: RSA certificate configured for 172.22.0.3:8443 does NOT include an ID which matches the server name AH01909: RSA certificate configured for 172.22.0.3:443 does NOT include an ID which matches the server name AH02282: No slotmem from mod_heartmonitor Set the 'ServerName' directive globally to suppress this message Used docker logs container | grep -i error AH01909: RSA certificate configured for 172.22.0.3:8443 does NOT include an ID which matches the server nameĪH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.22.0.3.
KEYWE INITIAL RELEASE DATE PASSWORD
The question from another angle: Should the password reset function work after installing Kiwi or must I configure it, if so, what is required for config. IP - "POST /accounts/passwordreset/ HTTP/1.1" 500 8241 "" "Mozilla/5.0 (Windows NT 10.0 Win64 圆4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/.142 Safari/537.36"Īdditionally, traceback doesnt seem to be working even after product.py's DEBUG is True. , I want to know if the cause for the initial 500 error is due to a settings issue in Kiwi's common.py file or it is something else entirely.Įxpected to be able to use password reset aimed towards the user's set email address. While I have worked around the issue (unable to change password) by using docker exec -it kiwi_web /Kiwi/manage.py changepassword userNameHere Looking through Kiwi's dashboard, documentation, and github discussions, it was said that users can only change their own passwords. Using the login page's "forgot password" displayed a 500 error. Recently I had to change another user's password due to a probable typo.
