Subj : webv4/root/api/register.ssjs To : Git commit to main/sbbs/master From : Rob Swindell Date : Fri Jan 21 2022 10:49 pm https://gitlab.synchro.net/main/sbbs/-/commit/21b8b2c25018b8967b4bd510 Modified Files: webv4/root/api/register.ssjs Log Message: Fix "Username already taken." validation error (could not happen) The system.check_name() check *also* verifies that the username is not already taken, so we must perform the matchuser() check first in order to get the appropriate error message here when trying to use an alias (username) that's already taken. .