You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use flask-user with internal authentication but also with flask-oidc.
However, when I proceed to login_user it failed with:
File "/home/asyd/.cache/pypoetry/virtualenvs/timetracking-oW1qtLzd-py3.7/lib/python3.7/site-packages/flask_user/user_mixin.py", line 26, in get_id
password_ends_with = '' if user_manager.USER_ENABLE_AUTH0 else self.password[-8:]
And if I enable AUTH0 I have some other issues.
So maybe we can add an extra setting in this test? Or maybe generate a random string if the password is empty?
What do you think?
According your feedback I'll try to submit a PR.
Thanks
The text was updated successfully, but these errors were encountered:
asyd
added a commit
to asyd/Flask-User
that referenced
this issue
Feb 24, 2020
Hello folks,
I want to use flask-user with internal authentication but also with flask-oidc.
However, when I proceed to
login_user
it failed with:And if I enable
AUTH0
I have some other issues.So maybe we can add an extra setting in this test? Or maybe generate a random string if the password is empty?
What do you think?
According your feedback I'll try to submit a PR.
Thanks
The text was updated successfully, but these errors were encountered: