Replies: 1 comment 5 replies
-
Hello @3pleo, you have probably stumbled upon a bug in docker-openwisp. I have created a PR to fix this issue in docker-openwisp. Thank you for reporting this. I assume that you are using the Follow the steps mentioned in Supplying Custom Django Settings. The content of import os
REST_AUTH = {
'SESSION_LOGIN': False,
'PASSWORD_RESET_SERIALIZER': 'openwisp_radius.api.serializers.PasswordResetSerializer',
'REGISTER_SERIALIZER': 'openwisp_radius.api.serializers.RegisterSerializer',
}
if os.environ['MODULE_NAME'] == 'api':
LOGIN_REDIRECT_URL = 'account_change_password'
ACCOUNT_LOGOUT_REDIRECT_URL = LOGIN_REDIRECT_URL |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm very new to openwisp and have just installed docker-openwisp and testing the API (Latest on Ubuntu 24.04)
When I try to create a user via the api, the user creation succeeds but throws error 'admin' is not a registered namespace with attached trace.
Is this a bug or am I doing something wrong?
Your guidance will be highly appreciated.
docker_openwisp_api_error500_trace.txt
Beta Was this translation helpful? Give feedback.
All reactions