From: Reini U. <ru...@x-...> - 2004-11-24 08:23:52
|
Elliot Lee schrieb: > I have a wiki set up to store the prefs in an SQL db (same table as is > used for authentication). Right now, all the prefs are stored in a blob > that goes into the 'wiki_prefs' field of the user record in my user db. > However, the user record has separate fields for password and e-mail > address, so I would like phpwiki to use those fields only, instead of > storing/retrieving the password & e-mail address in the 'wiki_prefs' blob. > > Ideas/comments? > -- Elliot We don't want to support arbitrary prefs fields (yet), but you can try to add this by yourself. Shouldn't be that hard. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |