• webv4/root/api/register.ssjs

    From echicken to Git commit to main/sbbs/master on Saturday, March 06, 2021 21:31:33
    https://gitlab.synchro.net/main/sbbs/-/commit/e8e387dcc7014d348492bb58
    Modified Files:
    webv4/root/api/register.ssjs
    Log Message:
    Use require(), request; unset some stuff prior to exit.
  • From Rob Swindell to Git commit to main/sbbs/master on Saturday, March 06, 2021 23:05:48
    https://gitlab.synchro.net/main/sbbs/-/commit/8d6c6f034f89b516054577ee
    Modified Files:
    webv4/root/api/register.ssjs
    Log Message:
    A couple of new user gender related fixes

    - Default gender of ' ' (instead of '')
    - Don't write the gender to the user's birthdate
  • From Rob Swindell to Git commit to main/sbbs/master on Friday, January 21, 2022 22:49:08
    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.