Skip to content

PHPBB3 Plugin

Daniel Neto edited this page Aug 18, 2026 · 1 revision

PHPBB3 integration plugin

This specialized plugin can connect an AVideo login to a phpBB3 forum. It changes authentication behavior across two applications and should be tested on copies before production use.

Before using it

  • Back up both databases and applications.
  • Confirm the current AVideo plugin and phpBB versions are compatible.
  • Use HTTPS and limit trust to the exact two sites.
  • Decide how usernames, e-mail changes, disabled users and logout should behave.

The plugin description exposes an installer/helper command for the forum. Review the downloaded PHP file before executing it, use the exact trusted HTTPS AVideo URL, and never run a remote command copied from an untrusted site.

Common questions

Does it merge existing accounts? Do not assume so. Test matching rules with duplicate username/e-mail cases.

Does an AVideo admin become a forum admin? It should not be assumed. Verify role mapping explicitly.

Can I remove it later? Keep independent recovery administrators in both systems and test disabling the integration before relying on it.

Related login plugins

Plugin Added value
LoginControl Adds extra sign-in controls and recovery planning.
Social login collection Compares Apple, Google, Facebook, LDAP, WordPress, and other login choices.
LoginLDAP Connects an organization to LDAP or Active Directory.

Clone this wiki locally