1
0
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:
Andrew Dolgov
2011-04-20 14:32:30 +04:00
parent 323103323b
commit 258d48a047
2 changed files with 7 additions and 2 deletions

View File

@@ -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\">";