You can run this query (I don't know if there is a simpler way, but this way works)
[sql]
UPDATE usergroup SET
passwordexpires = '0',
passwordhistory = '0',
pmquota = '50',
pmsendmax = '5',
canoverride = '5',
ispublicgroup = '0',
forumpermissions = '127487',
pmpermissions = '3',
calendarpermissions = '19',
wolpermissions = '1',
adminpermissions = '0',
genericpermissions = '2626759',
genericoptions = '30',
attachlimit = '0',
avatarmaxwidth = '80',
avatarmaxheight = '80',
avatarmaxsize = '20000',
profilepicmaxwidth = '100',
profilepicmaxheight = '100',
profilepicmaxsize = '65535'
WHERE usergroupid = '2'
[/sql]
This will set all the registered users usergroup permissions to default (How they start in vB)
|