-
Notifications
You must be signed in to change notification settings - Fork 28
Allow multiple URL's for a single password entry #45
Description
Feature Request.
Would it be possible to implement extra URL's to be handled for a single password entry, probably via the "String Fields" page, similar to how KPH string entries work for additional password fields?
Something like KPURL and then the string value can be the URL.
It could hopefully then allow for regex matched URL's to be added as well.
Use case example:
HP have numerous login pages between Learner ID, channel services, partner portal, unison, passport, expert one, etc... And I've got separate entries (using references) for all these currently, as they all seem to want different URL's for credential entry.
Would be nice to tidy all that up.
Regex use case is that there is no wildcard support, which is troublesome when using the more exact URL detection - particularly when companies tend to do odd things like:
www.website.com
ww1.website.com
ww2.website.com
www.website.net
It'd be good to be able to have the URL field as https://www.website.com and then the ability to capture the variations using regex.