Here is way to reset user id in wordpress for new signup registration.
- First Delete all your unwanted users from backend.
- Now go to phpmyadmin to acess you database.
- Click on SQL tab from top and Enter below SQL COMMAND and Click GO button.
- ALTER TABLE wp_users AUTO_INCREMENT = 15
That’s it.