X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=classes%2Fdlg.php;h=9ac5cd12fef16f8a1bcec52a7ab24edec59aa239;hb=HEAD;hp=6f22c81e6f147f227c2eb54d30f6bd767779e2b1;hpb=c949a9282e1102e82cca5bb158e84f742e8f1456;p=tt-rss.git diff --git a/classes/dlg.php b/classes/dlg.php index 6f22c81e..9ac5cd12 100644 --- a/classes/dlg.php +++ b/classes/dlg.php @@ -185,4 +185,16 @@ class Dlg extends Handler_Protected { //return; } + function defaultPasswordWarning() { + + print_warning(__("You are using default tt-rss password. Please change it in the Preferences (Personal data / Authentication).")); + + print "
"; + print " "; + print ""; + print "
"; + } } \ No newline at end of file