]> Sergey Matveev's repositories - public-inbox.git/commitdiff
www_text: clarify the password+username is for POP3
authorEric Wong <e@80x24.org>
Wed, 10 Aug 2022 07:40:30 +0000 (07:40 +0000)
committerEric Wong <e@80x24.org>
Wed, 10 Aug 2022 15:56:10 +0000 (15:56 +0000)
NNTP and IMAP can also exist in the same area, so clarify
that the username + password is only for POP3

lib/PublicInbox/WwwText.pm

index 320f0d840f9e92d96486d7092d899cd9dba4440c..71b04561380d19d540595cda06db35ff4a379489 100644 (file)
@@ -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.