Обсуждение: Re: Wiki edit access

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

Re: Wiki edit access

От
Joe Conway
Дата:
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



Re: Wiki edit access

От
Ryan Booz
Дата:
On Thu, May 22, 2025 at 2:09 PM Joe Conway <mail@joeconway.com> wrote:
>
> 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.


Um... I uh... guess it was staring me in the face the whole time. I
was on another page after I logged in and saw the "[Edit]" link next
to the content (and swear a long time ago there was an actual edit
button somewhere on the page), but I totally missed the edit tab at
the top of the page after I had logged in. Seems pretty obvious now.
(insert facepalm emoji)..

Thanks Joe.

>
>
> --
> Joe Conway
> PostgreSQL Contributors Team
> RDS Open Source Databases
> Amazon Web Services: https://aws.amazon.com