Skip to content

Commit

Permalink
luci-app-ddns: Clarify that TOKEN == PASSWORD
Browse files Browse the repository at this point in the history
In some cases. e.g. afraid.org

Signed-off-by: Paul Donald <[email protected]>
  • Loading branch information
systemcrash committed Sep 11, 2024
1 parent f19649b commit f8ef86b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,9 @@ return view.extend({

o = s.taboption('basic', form.Value, 'password',
_("Password"),
_("Replaces [PASSWORD] in Update-URL (URL-encoded)"));
_("Replaces [PASSWORD] in Update-URL (URL-encoded)")
+ '<br/>' +
_("A.k.a. the TOKEN at e.g. afraid.org"));
o.password = true;
o.modalonly = true;
o.rmempty = false;
Expand Down

0 comments on commit f8ef86b

Please sign in to comment.