The default role for a new user is administrator.
To change this, edit /app/data/config/config_user.py using the File manager and change AUTH_USER_REGISTRATION_ROLE.
For example:
AUTH_USER_REGISTRATION_ROLE = "Public"
Be sure to restart the app after making any changes.