-
-
Notifications
You must be signed in to change notification settings - Fork 104
[fix] Fixed project configuration for RADIUS module #359
New issue
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
Conversation
ff94467 to
ded84fd
Compare
nemesifier
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I confirm the fix works! I think just 1 test will be enough, make sure it fails without the fix please @pandafy 🙏
fadd4c4 to
ba30870
Compare
tests/runtests.py
Outdated
|
|
||
| def test_radius_user_registration(self): | ||
| """Ensure users can register using the RADIUS API.""" | ||
| url = f"{self.config['api_url']}/api/v1/radius/" "organization/default/account/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| url = f"{self.config['api_url']}/api/v1/radius/" "organization/default/account/" | |
| url = f'{self.config["api_url"]}/api/v1/radius/organization/default/account/' |
Fixed bug with RADIUS API for user registration
ba30870 to
2e81ec8
Compare
nemesifier
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pandafy LGTM! Let me know if you agree with my latest change.
pandafy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
Thanks. NoReverseMatch at /accounts/confirm-email/NTg:1sqSLG:FeIEip6aYPX77iN8vZ99FWKa5XWWvmRUlD2TxOK3qlY/ find the full trace attached. Regards |
@3pleo please create a new issue for that. |
Checklist
Description of Changes
Fixed bug with RADIUS API for user registration.
The bug was reported in https://github.com/orgs/openwisp/discussions/921
TODOS