phpBB和Moodle集成

Does anyone know if it is possible to have a phpBB and moodle integration?

I would like to use the phpBB user information for moodle so a user has to just sign on with their normal username and password for my phpBB forum.

I'm not sure how phpBB handles the password hashing nowadays, but maybe you can use external database authentication for it, see https://docs.moodle.org/32/en/External_database_authentication

Should work with MD5 and SHA-1 at least