====== InvisionBoard ====== Configuration for [[plugin:authMySQL]] Auth plugin to connect to , which let's do: * Only basic authentication * No user modification/adding. This should be done in InvisionBoard If you want to hook-up DokuWiki to authenticate with an InvisionBoard forum (MySQL code is for Version 2 of InvisionBoard and up) (for users) then you can use the following: ====Configuration==== FIXME is this for old DokuWiki's mysql auth backend? e.g. uses '%u'. Also MD5() via sql, check whether it can be moved to DokuWiki (forwardClearPass = 0.) Use the Config Manager or add it to the ''conf/local.protected.php'' to store the config protected. Remember however, that users can't register via the wiki. So you may want to change the register link to the InvisionBoard registration page. ====Configuration New MySQL backend==== FIXME Use still MD5() via sql, check whether it can be moved to DokuWiki (forwardClearPass = 0.) Use the Config Manager or add it to the ''conf/local.protected.php'' to store the config protected. The following queries seems to work with Invision Board 2 and the new MySQL backend. Remember to replace table names with the good prefix (ipb_ or ibf_) :