We also have PunBB installed, but since it's not part of the templates/pages exactly, two logins are required. This isn't a big deal, except for the fact that anyone anywhere would be able to visit the forum. And if we turn all Guest priveledges off, people can still register. If we turn registration off, there's no way for people to use the board, so it all becomes moot.
Here's the question:
Is it possible to somehow mirror the information in the cms_module_feusers_users table with the information in cms_module_punbb_users?
In other words, we (the admins) would like to manually set up authorized intranet users in the FrontEndUsers admin interface and have that reflected with default values in the PunBB database. So, we create a FrontEndUser and a forum account is also created.
Granted, the values differ between the two tables, but the necessary ones - username and password - can be mirrored and the rest set to default. Beyond that, we disable forum registration and even if someone can get to the forum, they won't be able to see anything or go to another location on the site without logging in.
Our thinking is that it is programmatically possible...but how. All help and pointers will be greatly appreciated!
EDIT: Alternatively, if there is a way to hide the forum behind the FrontEndUser module, that would work, too.

