this is a known issue when your scanlines forum email changes/does not match the email used when the peertube account was created - in the past i have been fixing this manually on request - happy to do it for you both too.
heres the info on how to resolve it from a previous post:
how to change email for user on peertube
- first ssh into the peertube machine (need to know ip and password for this -
ssh root@<ip-address>) - enter postgres
sudo -u postgres psql - connected to db:
\lto list dbs,\c peertube_prodto connect \dto see tables ,\d userto see columns for the user tableUPDATE "user" SET email = '<new email>' WHERE "username" = '<user>';
NOTE:
if a duplicate peertube account was created when attempting to login from scanlines (ie cyberboy666-1 you may need to delete this account within the peertube admin ui first so that the email is avaliable to be changed to for main account)