Page MenuHomePhorge

Do not require the real name during registration
Closed, InvalidPublic

Description

During registration, the Real Name field is always required regardless of the Config option that is responsible for requiring the real name. We have to make the Real Name field follow the mentioned Config setting.

I don't know what is the config setting that is responsible for requiring the real name but it is not enabled by default. If you know what is the config setting, please tell me.

Event Timeline

PHP 8.2.14, Phorge at cc964550f945b08c64970c01a34b55314e8ef0aa

  1. As an admin, check that /config/edit/user.require-real-name/ is set to Make real names optional
  2. Log out of Phorge
  3. Go to http://phorge.localhost/auth/register/
  4. See that the Real Name field does not state Required on the right
  5. Enter values into the fields Username, Password, Confirm Password, Email
  6. Click the Register Account button

User account is successfully created thus closing task as invalid.