I have not installed any phpbb for a few years so it might have changed but in principle changing the name was possible but could be impractical - not sure if all the tables with phpbb_users are relational or more than one table needs to be altered. Normally I would use phpmyadmin and not directly change with an sql client.sundaymorningstaple wrote: ↑Thu, 15 Apr 2021 5:56 pmDoes it work? Have you let Pal know?x9200 wrote: ↑Thu, 15 Apr 2021 5:15 pm?Code: Select all
UPDATE phpbb_users SET username = 'newusername' WHERE username = 'oldusername";