mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 07:41:29 +00:00
show partial access key in main instance editor, better key input checking
This commit is contained in:
@@ -1019,7 +1019,7 @@
|
||||
print __("Access key:") . " ";
|
||||
|
||||
print "<input dojoType=\"dijit.form.ValidationTextBox\" required=\"1\"
|
||||
placeHolder=\"".__("Access key")."\"
|
||||
placeHolder=\"".__("Access key")."\" regExp='\w{40}'
|
||||
style=\"width: 20em\" name=\"access_key\" id=\"instance_add_key\"
|
||||
value=\"$access_key\">";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user