3/2/2010 6:05:53 AM
 Jeremy A Posts: 61
|
We keep a large number of Website and Webpassword templates. I'm having trouble getting my password creators to fill in either http:// or https:// at the start of the URL field in my secret templates.
I'd like to start using a naming pattern on those two password templates.
Can you assist me?
I need a naming pattern that would enforce either http:// OR https:// at the beginning of the URL field
-- http://www.ignitionmsp.com/
|
|
|
0
• link
|
3/2/2010 6:07:45 AM
 Jeremy A Posts: 61
|
edit: also need to allow for ftp:// too!
-- http://www.ignitionmsp.com/
|
|
|
0
• link
|
3/2/2010 8:55:33 AM
 Tucker Posts: 87
|
Secret Server has pattern matching on the Secret Name field but not at the Secret Field level (URL). You could specifiy the name requires the 3 allowed prefixes if that would help remind users to add that to the URL, but this might be more confusing if all Names start with <a href="http://.">http://.</a>
To set the Name Pattern, Go to Secret Templates, Edit, and then click the Change link in the middle of the Page.
The Regex for the Name Pattern would be: ^<a href="https://|^http://|^ftp://">https://|^http://|^ftp://</a>
The Name Pattern Error Message could be something like: Web passwords must start with <a href="https://,">https://,</a> <a href="http://,">http://,</a> or ftp://
I will add the ability to have Pattern Matches on the Secret Field level to our Feature Request.
-- Regards, Tucker
|
|
|
0
• link
|