You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On nomadwiki we use ConfirmAccount to keep spammers out. We still get attempts to create accounts daily. So we can't just disable ConfirmAccount and set $wgGroupPermissions['*']['createaccount'] = true;
Currently this extension is doing most stuff inside JS, including createAccount(username, data.query.tokens.createaccounttoken);, which relies on the above group permission.
...
The text was updated successfully, but these errors were encountered:
On nomadwiki we use ConfirmAccount to keep spammers out. We still get attempts to create accounts daily. So we can't just disable ConfirmAccount and set
$wgGroupPermissions['*']['createaccount'] = true;
Currently this extension is doing most stuff inside JS, including
createAccount(username, data.query.tokens.createaccounttoken);
, which relies on the above group permission....
The text was updated successfully, but these errors were encountered: