cinnyapp / cinny

Yet another matrix client
https://cinny.in
GNU Affero General Public License v3.0
1.9k stars 244 forks source link

Separate login and registration form URIs. #1746

Closed RokeJulianLockhart closed 4 months ago

RokeJulianLockhart commented 4 months ago

Describe the problem

I use a password manager - https://github.com/bitwarden/clients/releases/tag/desktop-v2024.5.0 - which provides autofill capabilities. I don't want it to autofill on the registration form, and do want it to autofill on the login form. I cannot do this without explicitly whitelisting and blacklisting both of the form pages' input elements' HTML anchor IDs.

Describe the solution you'd like

Display separate URIs for each page.

Alternatives considered

Explicitly whitelisting and blacklisting both of the form pages' input elements' HTML anchor IDs.

This isn't a solution, because these can invisibly change at any time, without any notice, so it remains a more significant security issue than the URI changing.

Additional context

No response

ajbura commented 4 months ago

current dev branch now have url navigation in auth screen you can check it at dev.cinny.in