From: | Joe Conway <mail(at)joeconway(dot)com> |
---|---|
To: | Ryan Booz <ryan(at)softwareandbooz(dot)com>, pgsql-www(at)postgresql(dot)org |
Subject: | Re: Wiki edit access |
Date: | 2025-05-22 18:09:18 |
Message-ID: | dae3bacd-5f2d-4000-ad7c-a2e61032b83b@joeconway.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-www |
On 5/22/25 13:47, Ryan Booz wrote:
> Greetings!
>
> I already have edit access to a few portions of the Wiki, but I would
> like to edit the Speaker Bureau page and was unable to.
>
> Could I please have edit access to: https://wiki.postgresql.org/wiki/
> Speaker_Bureau <https://wiki.postgresql.org/wiki/Speaker_Bureau>
There is no special protection on that page, but you do have two
community login names:
select username from auth_user where first_name like 'Ryan' and
last_name like 'Booz';
username
----------
ryanbooz
rbooz-ts
(2 rows)
Any chance you logged in with the wrong one? Or somehow forgot to login?
I verified that ryanbooz does indeed have editor.
--
Joe Conway
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com
From | Date | Subject | |
---|---|---|---|
Next Message | Ryan Booz | 2025-05-23 02:40:49 | Re: Wiki edit access |
Previous Message | Ryan Booz | 2025-05-22 17:47:01 | Wiki edit access |