"Multiple Login chain" settings
Preflight Checklist
- [X] I have read the Contributing Guidelines for this project.
- [X] I agree to follow the Code of Conduct that this project adheres to.
- [X] I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Problem Description
I have some services behind a NGINX Proxy with authorization. When I use the CustomURL with the IP/FQDN for those services, a windows pops up asking me for a username and password. After doing that first "main" login, I get to a webpage that asks me for the user and pass for that service. (which is ok). If I go to another service on that same proxy, I don't have to do the "main" login again, just the service login (or, if the password is saved, just click on the [continue] button.
I would like to be able to save the "main" login password as I can do with the password of the sites.
Proposed Solution
Allow saving more than one password per site, so the passwords would be automatically used, one after the other. (this way I don't have to lower the security in the server, but still be able to login directly without having to type any password. (please note, chrome/opera/firefox DO work straight away, through both passwords (I don't know about Edge).
Alternatives Considered
I don't know, a table list with the encrypted passwords, tha we (the users) can assign to sites?