Hello, At Sunday 26 June 2011 16:51:29 Maarten wrote:
Sure? mysql> select distinct(up_property) from user_properties limit 10; +----------------+
| up_property |
+----------------+
| gender | | language | | nickname | | skin | | timecorrection |
+----------------+ 5 rows in set (19.56 sec)
the table works with a white-list. At the moment only the above fields are visable, which are (in my opinion) non-critical. The only may-be-critical-field is the gender – but the gender is displayed by mediawiki itself so there is no point to hide it on the toolserver. If you think that one of the fields is a problem, I would like to hear your arguments :-).
Sincerly, DaB.