Confusing log message
@rsc Even when LDAP is present and configured, the sing-up logging dialog looks like this:
Nov 24, 2023 3:20:49 PM systems.dmx.signup.SignupPlugin init
INFO:
dmx.signup.account_creation: ADMIN
dmx.signup.account_creation_password_handling: GENERATED
dmx.signup.username_policy: UNCONFINED
dmx.signup.confirm_email_address: false
dmx.signup.admin_mailbox: admin@dmx.systems
dmx.signup.system_mailbox: admin@dmx.systems
dmx.signup.ldap_account_creation: true
dmx.signup.account_creation_auth_ws_uri:
dmx.signup.restrict_auth_methods: BASIC, LDAP
dmx.signup.token_expiration_time: 2
Nov 24, 2023 3:20:49 PM systems.dmx.signup.SignupPlugin init
INFO: Available auth methods and order:[Basic]
@jri I guess this happens because the LDAP plugin is loaded after the sign-up plugin?