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
Second related issue was that the password was NOT properly forwarded to the backend. It seemed to be an issue on some setups where mod_rewrite and/or mod_env were NOT enabled. This seems to be mandatory or else the AUTH header is empty
Yes and exactly thats why we need to track all those (unrelated!) issues separately.
This issue here is already unmaintainable the discussion is cut by GitHub so context gets missing, different problems get mixed thus we can not get the root causes as basically here we are talking about many different reasons.
So this issue "Dialogs always tells your the password is wrong" is now solved and will be available in next maintenance releases of Nextcloud 33 and 32 (due for 26th of March)
We will of cause happily handle all other issues, but keep them separated to allow one to work on their individual root causes.
This issue have been created to gather the aftermath of a few fixes that seems to work for some but not for all.
Initial regression PR: #50910
References
Various findings
server/lib/private/AppFramework/Middleware/Security/PasswordConfirmationMiddleware.php
Line 81 in 7be047a
Yes and exactly thats why we need to track all those (unrelated!) issues separately.
This issue here is already unmaintainable the discussion is cut by GitHub so context gets missing, different problems get mixed thus we can not get the root causes as basically here we are talking about many different reasons.
So this issue "Dialogs always tells your the password is wrong" is now solved and will be available in next maintenance releases of Nextcloud 33 and 32 (due for 26th of March)
We will of cause happily handle all other issues, but keep them separated to allow one to work on their individual root causes.
We have identified following sub issues: