Search code examples
mysqlphpbb

How do you add a new user to phpBB via the command line or script?


I have a regular users DB and a phpBB support form. The only feature I care to integrate is making sure the a user gets added to phpBB database when they register on my regular user database.

How do I synchronously add a user to phpBB from the cli as a user registers on my regular users db?


Solution

  • You could always use php, adapt and existing mod they have https://github.com/phpbb/phpbb/blob/3.1.x/phpBB/includes/ucp/ucp_remind.php#L87-L100