[OSGeo] #3139: Lost account on OSGeo peertube

#3139: Lost account on OSGeo peertube
-------------------------------+-----------------------
Reporter: vincentp | Owner: robe
     Type: defect | Status: new
Priority: normal | Milestone: Unplanned
Component: SysAdmin/Peertube | Keywords: peertube
-------------------------------+-----------------------
We setup an account for Oslandia on the OSGeo peertube instance.
Everything was fine, but for some unknown reason, lately when connecting
with the same identifiers ( "oslandia" and the same password ), we land on
a new account ( "oslandia-1" initially, and now after deleting
"oslandia-1", it's "oslandia-2" ).

I don't see how to recover our former account, could you help ?

Additional notes :
- I do not remember changing the email address on peertube, but I may be
wrong
- if I delete the current landing account, when re-logging another account
is created
- login page mentions "username or email address" to login, but I cannot
login with the email address set in OSGeo's LDAP
--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/3139&gt;
OSGeo <Gter - OSGeo;
OSGeo committee and general foundation issue tracker.

#3139: Lost account on OSGeo peertube
-------------------------------+---------------------------------------
Reporter: vincentp | Owner: robe
     Type: defect | Status: new
Priority: normal | Milestone: Sysadmin Contract 2024-I
Component: SysAdmin/Peertube | Resolution:
Keywords: peertube |
-------------------------------+---------------------------------------
Changes (by robe):

* milestone: Unplanned => Sysadmin Contract 2024-I

--
Ticket URL: <#3139 (Lost account on OSGeo peertube) – OSGeo;
OSGeo <Gter - OSGeo;
OSGeo committee and general foundation issue tracker.

#3139: Lost account on OSGeo peertube
-------------------------------+---------------------------------------
Reporter: vincentp | Owner: robe
     Type: defect | Status: new
Priority: normal | Milestone: Sysadmin Contract 2024-I
Component: SysAdmin/Peertube | Resolution:
Keywords: peertube |
-------------------------------+---------------------------------------
Comment (by robe):

I think it's because peertube is matching by email address. I checked the
ldap configuration and it shouldn't be doing that.

But anyway hopefully this fixed your account. Had to make the change
directly in postgres database since email address isn't editable in
peertube since it is checking against ldap.

{{{
UPDATE "user" SET email = 'the-email-in-ldap-for-oslandia' WHERE
username='oslandia';

}}}

Anyway give it a try again. Try to log in as oslandia and hopefully this
time it won't try to create a new account.
--
Ticket URL: <#3139 (Lost account on OSGeo peertube) – OSGeo;
OSGeo <Gter - OSGeo;
OSGeo committee and general foundation issue tracker.

#3139: Lost account on OSGeo peertube
-------------------------------+---------------------------------------
Reporter: vincentp | Owner: robe
     Type: defect | Status: new
Priority: normal | Milestone: Sysadmin Contract 2024-I
Component: SysAdmin/Peertube | Resolution:
Keywords: peertube |
-------------------------------+---------------------------------------
Comment (by robe):

I should add I deleted oslandia-2 before I did this and that had no videos
so assume it's okay.
--
Ticket URL: <#3139 (Lost account on OSGeo peertube) – OSGeo;
OSGeo <Gter - OSGeo;
OSGeo committee and general foundation issue tracker.

#3139: Lost account on OSGeo peertube
-------------------------------+---------------------------------------
Reporter: vincentp | Owner: robe
     Type: defect | Status: new
Priority: normal | Milestone: Sysadmin Contract 2024-I
Component: SysAdmin/Peertube | Resolution:
Keywords: peertube |
-------------------------------+---------------------------------------
Comment (by vincentp):

Everything fine now, thanks a lot Regina !
--
Ticket URL: <#3139 (Lost account on OSGeo peertube) – OSGeo;
OSGeo <Gter - OSGeo;
OSGeo committee and general foundation issue tracker.

#3139: Lost account on OSGeo peertube
-------------------------------+---------------------------------------
Reporter: vincentp | Owner: robe
     Type: defect | Status: closed
Priority: normal | Milestone: Sysadmin Contract 2024-I
Component: SysAdmin/Peertube | Resolution: fixed
Keywords: peertube |
-------------------------------+---------------------------------------
Changes (by vincentp):

* status: new => closed
* resolution: => fixed

--
Ticket URL: <#3139 (Lost account on OSGeo peertube) – OSGeo;
OSGeo <Gter - OSGeo;
OSGeo committee and general foundation issue tracker.