Skip to content
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

unable to change admin password #112

Closed
bibby-nh opened this issue Jun 7, 2021 · 2 comments
Closed

unable to change admin password #112

bibby-nh opened this issue Jun 7, 2021 · 2 comments
Labels
bug Something isn't working prio:high

Comments

@bibby-nh
Copy link

bibby-nh commented Jun 7, 2021

Using the latest release (v0.557), I was unable to change the default admin password.

The log viewer produced these messages.

2021-06-07 15:02:43 c72638098a84  server  api ERRO  Exception on /api/users/1/password [PUT]
2021-06-07 15:02:43 c72638098a84  server  api ERRO  Traceback (most recent call last):
2021-06-07 15:02:43 c72638098a84  server  api ERRO    File "/venv/lib/python3.8/site-packages/flask/app.py", line 2447, in wsgi_app
2021-06-07 15:02:43 c72638098a84  server  api ERRO      response = self.full_dispatch_request()
2021-06-07 15:02:43 c72638098a84  server  api ERRO    File "/venv/lib/python3.8/site-packages/flask/app.py", line 1952, in full_dispatch_request
2021-06-07 15:02:43 c72638098a84  server  api ERRO      rv = self.handle_user_exception(e)
2021-06-07 15:02:43 c72638098a84  server  api ERRO    File "/venv/lib/python3.8/site-packages/flask/app.py", line 1821, in handle_user_exception
2021-06-07 15:02:43 c72638098a84  server  api ERRO      reraise(exc_type, exc_value, tb)
2021-06-07 15:02:43 c72638098a84  server  api ERRO    File "/venv/lib/python3.8/site-packages/flask/_compat.py", line 39, in reraise
2021-06-07 15:02:43 c72638098a84  server  api ERRO      raise value
2021-06-07 15:02:43 c72638098a84  server  api ERRO    File "/venv/lib/python3.8/site-packages/flask/app.py", line 1950, in full_dispatch_request
2021-06-07 15:02:43 c72638098a84  server  api ERRO      rv = self.dispatch_request()
2021-06-07 15:02:43 c72638098a84  server  api ERRO    File "/venv/lib/python3.8/site-packages/flask/app.py", line 1936, in dispatch_request
2021-06-07 15:02:43 c72638098a84  server  api ERRO      return self.view_functions[rule.endpoint](**req.view_args)
2021-06-07 15:02:43 c72638098a84  server  api ERRO    File "/venv/lib/python3.8/site-packages/connexion/decorators/decorator.py", line 48, in wrapper
2021-06-07 15:02:43 c72638098a84  server  api ERRO      response = function(request)
2021-06-07 15:02:43 c72638098a84  server  api ERRO    File "/venv/lib/python3.8/site-packages/connexion/decorators/security.py", line 327, in wrapper
2021-06-07 15:02:43 c72638098a84  server  api ERRO      return function(request)
2021-06-07 15:02:43 c72638098a84  server  api ERRO    File "/venv/lib/python3.8/site-packages/connexion/decorators/uri_parsing.py", line 144, in wrapper
2021-06-07 15:02:43 c72638098a84  server  api ERRO      response = function(request)
2021-06-07 15:02:43 c72638098a84  server  api ERRO    File "/venv/lib/python3.8/site-packages/connexion/decorators/validation.py", line 184, in wrapper
2021-06-07 15:02:43 c72638098a84  server  api ERRO      response = function(request)
2021-06-07 15:02:43 c72638098a84  server  api ERRO    File "/venv/lib/python3.8/site-packages/connexion/decorators/validation.py", line 384, in wrapper
2021-06-07 15:02:43 c72638098a84  server  api ERRO      return function(request)
2021-06-07 15:02:43 c72638098a84  server  api ERRO    File "/venv/lib/python3.8/site-packages/connexion/decorators/parameter.py", line 121, in wrapper
2021-06-07 15:02:43 c72638098a84  server  api ERRO      return function(**kwargs)
2021-06-07 15:02:43 c72638098a84  server  api ERRO  TypeError: change_password() missing 1 required positional argument: 'user_password'

Cheers.

@godfryd godfryd added bug Something isn't working prio:high labels Jun 8, 2021
godfryd added a commit that referenced this issue Jun 8, 2021
@godfryd
Copy link
Contributor

godfryd commented Jun 8, 2021

The problem has been fixed. The fix is present in the 0.566 version.

@godfryd godfryd closed this as completed Jun 8, 2021
@bibby-nh
Copy link
Author

bibby-nh commented Jun 8, 2021

hey thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working prio:high
Projects
None yet
Development

No branches or pull requests

2 participants