Обсуждение: username/password needed to download email archives

Поиск
Список
Период
Сортировка

username/password needed to download email archives

От
Bruce Momjian
Дата:
When you try to download an mbox file of our email archives, you are
prompted to enter a fixed username/password.  The text is:
A username and password are being requested byhttp://www.postgresql.org. The site says: "Please authenticatewith user
archivesand password antispam"
 

However, those literal values are not quoted, leading to confusion.  Can
those be quoted, e.g.:
       A username and password are being requested by       http://www.postgresql.org. The site says: "Please
authenticate
-->     with user 'archives' and password 'antispam'"

Thanks.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + Everyone has their own god. +



Re: username/password needed to download email archives

От
Stefan Kaltenbrunner
Дата:
On 08/27/2015 11:52 PM, Bruce Momjian wrote:
> When you try to download an mbox file of our email archives, you are
> prompted to enter a fixed username/password.  The text is:
> 
>     A username and password are being requested by
>     http://www.postgresql.org. The site says: "Please authenticate
>     with user archives and password antispam"
> 
> However, those literal values are not quoted, leading to confusion.  Can
> those be quoted, e.g.:
> 
>         A username and password are being requested by
>         http://www.postgresql.org. The site says: "Please authenticate
> -->     with user 'archives' and password 'antispam'"

done


Stefan