The config on beta is currently:
$wgAutoCreateTempUser['serialMapping'] = [ 'type' => 'scramble' ];
Following T345255: Decide the numerical order for temporary accounts (Scramble/Serial), we'd like:
$wgAutoCreateTempUser['serialMapping'] = [ 'type' => 'plain-numeric' ];
Investigate
Before doing this, we should investigate whether it's OK just to switch from scramble to serial: