Remove Google API key format check since currently there is not a standard accepted format

This commit is contained in:
emanuele-f 2017-01-09 12:50:23 +01:00
parent e8440e585c
commit 5ba00411a8

View file

@ -360,7 +360,7 @@ function printUsers()
,
"ntopng.prefs.",
"google_apis_browser_key",
"", false, nil, nil, nil, {style={width="25em;"}, attributes={pattern="[a-zA-Z0-9]{39}", spellcheck="false"} --[[ Google API keys consist of 39 alphanumeric characters ]] })
"", false, nil, nil, nil, {style={width="25em;"}, attributes={spellcheck="false"} --[[ Note: Google API keys can vary in format ]] })
if ntop.isPro() then
print('<tr><th colspan=2 class="info">Authentication</th></tr>')