On 5/23/08, Simone Biagini simone.biagini@dflsrl.it wrote:
I'm using Vesion 1.12 so Autopromote shoul work.
But I'm not able to make Autopromote working.
If (as an example) I write:
$wgAutopromote = array(
'Editor' => APCOND_EMAILCONFIRMED );
every user (after login ?) should be an Editor (Editor exists) ... but it dosen't work all others conditions APCOND_EDITCOUNT, APCOND_AGE, APCOND_INGROUPS not wor
What I'm doing wrong ?
Have the accounts in question fulfilled the emailconfirmed requirement? That is, have they gone through the procedure that verifies that their ownership of their email addresses? If you want a group for every user who's logged in, MediaWiki comes with one called 'user'.