Daniel Vaz Gaspar
Daniel Vaz Gaspar
ok, no problem. Thank you once more for taking the time to report the issue. I'll make the docs updates
seems like a valid fix, interesting is it because the used dunder method `__bool __` is from `dict`? Feel free to PR
Going to classify this has a feature request
you can do this in multiple ways, `g.user` holds the current user session, you can pass that to jinja2 and render a custom page, or use a REST API to...
sorry, `history_pages`? can you add more detail
When using LDAP authentication, no passwords are stored on the user password field
Hi, Will be hard for me to debug it like this, also it's not clear to me what kind of OAuth provider your using, and `invalid_client: Client authentication failed` can...
it would, totally agree
Hi, Use the `@protect()` decorator instead, https://flask-appbuilder.readthedocs.io/en/latest/rest_api.html#security
Hi, Take a look at: https://flask-appbuilder.readthedocs.io/en/latest/advanced.html#forms-custom-validation-rules Or you can declare your own WTForms and set it on your model view (no need to override the edit method). https://github.com/dpgaspar/Flask-AppBuilder/blob/master/flask_appbuilder/baseviews.py#L833