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
Hello again! I'd like to preface this issue by saying this is not something urgent, or something I (and I assume others) can't live without, but it is a thought that I've been having recently and having the option to add subdomains for a passy password if the login details are the same across all subdomains would be nice. This is just an idea and if it's something you don't feel like spending critical dev time on I 100% get it :)
I personally feel like it would be nice to add support for subdomains in some way when creating/editing a passy password's website field. Currently what I do is create a custom field with Website 2 or Website n and put the subdomain in there, but this does not have the functionality of the original Website field of visiting the link.
I'll use the archlinux.org subdomains of bbs and aur as an example. Login credentials are the same for these, so instead of creating separate password entries for each it logically makes sense to me to have them be in a single Passy Password. The 2 example links are bbs.archlinux.org for the forums and aur.archlinux.org for the AUR package page.
Off the top of my dome this could be implemented by creating an entirely new field called subdomain and listing each in separate fields of this type (when visiting any of these automatically the app would derive the correct url), or by clicking a button somewhere next to the Website field which will allow you to add a new copy of the website field and change the actual link it contains.
Many thanks for the great app!
Submission checklist
I have specified my suggestion in the issue title
The text was updated successfully, but these errors were encountered:
This is a reasonable request, I will consider adding support for multiple websites for the next update.
I'm planning to include an optional "Website 2" field under the website field, and when that is filled, optional "Website 3" field will appear, and so on.
I don't feel like modifying the password data structure for this, so I'm probably just going to append to the website field, separated by newlines, and then split those into separate entries in the UI.
Suggestion
Hello again! I'd like to preface this issue by saying this is not something urgent, or something I (and I assume others) can't live without, but it is a thought that I've been having recently and having the option to add subdomains for a passy password if the login details are the same across all subdomains would be nice. This is just an idea and if it's something you don't feel like spending critical dev time on I 100% get it :)
I personally feel like it would be nice to add support for subdomains in some way when creating/editing a passy password's website field. Currently what I do is create a custom field with Website 2 or Website n and put the subdomain in there, but this does not have the functionality of the original Website field of visiting the link.
I'll use the archlinux.org subdomains of bbs and aur as an example. Login credentials are the same for these, so instead of creating separate password entries for each it logically makes sense to me to have them be in a single Passy Password. The 2 example links are bbs.archlinux.org for the forums and aur.archlinux.org for the AUR package page.
Off the top of my dome this could be implemented by creating an entirely new field called subdomain and listing each in separate fields of this type (when visiting any of these automatically the app would derive the correct url), or by clicking a button somewhere next to the Website field which will allow you to add a new copy of the website field and change the actual link it contains.
Many thanks for the great app!
Submission checklist
The text was updated successfully, but these errors were encountered: