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
When setting a password on an entry, you go through the EntryProtectionMixin
, which renders an intermediate view (password). It uses an extra context attribute to render properly (namely, was the password correct). Hoever, it completely overrides the context, making all your context processors missing.
When setting a password on an entry, you go through the
EntryProtectionMixin
, which renders an intermediate view (
password
). It uses an extra context attribute to render properly (namely, was the password correct). Hoever, it completely overrides the context, making all your context processors missing.Actual behavior
Missing context values. It ends up as
Expected behavior
We have access to the whole context in the password view, with an extra attribute called "error".
Steps to reproduce the issue
error
Specifications
Disclaimer
Before submitting an issue make sure you have:
The text was updated successfully, but these errors were encountered: