owncloud / web

:dragon_face: Next generation frontend for ownCloud Infinite Scale
https://owncloud.dev/clients/web/
GNU Affero General Public License v3.0
421 stars 157 forks source link

Omit re-entering password when clicking oC logo on password protected links #11146

Closed JammingBen closed 2 weeks ago

JammingBen commented 2 weeks ago

Clicking the oC logo on a password protected link currently prompts the user to re-enter the password. Instead we should try resolving the link with the password that is still present in the auth store. That way the user might not need to re-enter the password.

JammingBen commented 2 weeks ago

This has apparently been implemented with https://github.com/owncloud/web/pull/11137.