about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-08-10 07:40:30 +0000
committerEric Wong <e@80x24.org>2022-08-10 15:56:10 +0000
commit47b69b28fe906e12761059b71e4fcf4fc44cdc5b (patch)
tree04fd79c5d055adfbb361979f8d0df11afb83c3c5 /lib
parent1762a9ea80b788f1595185cc8e798a41ec1dc8e1 (diff)
downloadpublic-inbox-47b69b28fe906e12761059b71e4fcf4fc44cdc5b.tar.gz
NNTP and IMAP can also exist in the same area, so clarify
that the username + password is only for POP3
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/WwwText.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/PublicInbox/WwwText.pm b/lib/PublicInbox/WwwText.pm
index 320f0d84..71b04561 100644
--- a/lib/PublicInbox/WwwText.pm
+++ b/lib/PublicInbox/WwwText.pm
@@ -297,8 +297,8 @@ EOM
 POP3 access is available:
   $urls
 
-The password is: anonymous
-The username is: \$(uuidgen)\@$ctx->{ibx}->{newsgroup}
+The POP3 password is: anonymous
+The POP3 username is: \$(uuidgen)\@$ctx->{ibx}->{newsgroup}
 where \$(uuidgen) in the output of the `uuidgen' command on your system.
 The UUID in the username functions as a private cookie (don't share it).
 Idle accounts will expire periodically.