Thread: POSTNUKE
View Single Post
  #16 (permalink)  
Old 11-21-2009, 10:40 AM
smithjm69 smithjm69 is offline
Junior Member
 
Join Date: Oct 2009
Location: connecticut
Posts: 6
Send a message via ICQ to smithjm69
Default

Quote:
Originally Posted by imported_admin View Post
The current version only has its own user system, but the new version will integrate database, and the new version is under test now, it will support mysql, oracle, and ms sql, you just have to set some parameters of server to use your Postnuke user database.

a sample:

<Mysql>
<database-host>localhost</database-host>
<database-name>test</database-name>
<database-user>root</database-user>
<database-password></database-password>
<user-table>user_info</user-table>
<username-field>userid</username-field>
<password-field>passwd</password-field>
<enable-md5>Off</enable-md5>
</Mysql>
is he right or is he right