[2.x] Adjust config name and introduce default values

Created on 18 April 2024, 12 months ago
Updated 3 May 2024, 11 months ago

Problem/Motivation

Currently, the config name is "username_validation.usernamevalidationconfig". Something along the lines of "username_validation.config" would be more appropriate. Furthermore, there are NO default values set for all the configs. This leads to validation errors on fresh installed sites, since necessary validation variables, like "min_char", "max_char" etc. are not set and therefore NULL. We are using fallback values on the configuration page, so the issue isn't seen right away.

Steps to reproduce

Proposed resolution

Fix the mentioned issues.

Remaining tasks

User interface changes

API changes

Data model changes

📌 Task
Status

Fixed

Version

2.0

Component

Code

Created by

🇩🇪Germany Grevil

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024