From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 2A06F1F601 for ; Wed, 10 Aug 2022 07:40:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1660117231; bh=DA9xNynXbjBLgvzXW7aQT7TFAyLWdho+TcOkhk/UpdQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fHnTDcf+gt10P9TJekikSyJyUfmIVLyoeM/QMfaG62sVEwnVKoB4Lkre8yUVZ9D68 yxhvaFKgv2u+nDOjOdg4JrveFe/T0W/sEa60X7s7etBfDkZHGY8kvIHQ9NrijzueDK XJIYP7ccsHJ16kuuKYl55zR8pwMNtP4FSajI69Pc= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 2/3] www_text: clarify the password+username is for POP3 Date: Wed, 10 Aug 2022 07:40:30 +0000 Message-Id: <20220810074031.19639-3-e@80x24.org> In-Reply-To: <20220810074031.19639-1-e@80x24.org> References: <20220810074031.19639-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: NNTP and IMAP can also exist in the same area, so clarify that the username + password is only for POP3 --- lib/PublicInbox/WwwText.pm | 4 ++-- 1 file 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.