-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Activate user checkbox fails when using LDAP authentication. #754
Comments
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 17, 2021
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 24, 2021
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 25, 2021
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 26, 2021
This was referenced Dec 15, 2021
This was referenced Dec 22, 2022
This was referenced Dec 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am running Caravel 0.10.10 and I am using
AUTH_LDAP
for user authentication.After I add a user from the web UI, clicking the checkbox to toggle the user's active status produces this stack trace.
This is the request that causes the exception.
http://localhost:8088/caravel/checkbox/UserLDAPModelView/5/active/false
This is the section where the error is occurring.
https://github.com/airbnb/caravel/blob/18b8e6fa5816982263faaaf6f49a45c6a0fe58b1/caravel/views.py#L988-L1001
Would importing the built-in views from flask appbuilder into the views module be the best solution or is there a better fix?
The text was updated successfully, but these errors were encountered: