-
-
Notifications
You must be signed in to change notification settings - Fork 567
Description
In TeamPass 2.X, I could enter multiple URLs in the URL: field of an item (extremely useful - think dev/staging/live environments where the creds and description are the same, but the URLs are different - I don't want to have to enter 3 separate items with identical info other than the URL and env name) - I would do this with the string " or " separating each URL and, yes, I'd have to manually copy the URL to use it but that's trivial to do and if I changed the creds or description, I'd only have to do it on one item and not three.
In TeamPass 3.X, spaces are highly dubiously removed from any URL typed in, so there's no nice way to separate each URL in an item. What I'd ideally like is multiple URL fields in an item i.e. defaults to one URL field but with a "+" symbol to add a second, third etc. URL field - this way, I can more easily copy the URL I want.
If multiple URL fields aren't something straightforward to implement, please remove the code that stripped spaces from the URL input field when the URL is saved.