pretty sure phpbb doesnt just store the passwords as md5 values, but with are also salted.
so rdl would then need to figure out how the passwords are encoded, encode them, connect to the sql database for the forum to compare.
this would also possibly leave the database vulnerable as you would need a sql account embedded in the app for connection purposes and possibly let someone get access.
in short, far too much work and never likely to happen.