Admin configuration #7

Open
opened 2024-02-26 12:25:11 +01:00 by NiclasThobaben · 0 comments
  • Configuration options for admin can be registered within the code
  • Configuration options are persisted
  • Configuration options have validation to prevent invalid configuration
  • Configuration options can be grouped
option:
   name: max_login_attempts
   group: security
   description: Set the max login attempts until a user gets blocked
   type: int
   default: 3
   validation:
     min: 0
     max: 255
- [ ] Configuration options for admin can be registered within the code - [ ] Configuration options are persisted - [ ] Configuration options have validation to prevent invalid configuration - [ ] Configuration options can be grouped ```yaml option: name: max_login_attempts group: security description: Set the max login attempts until a user gets blocked type: int default: 3 validation: min: 0 max: 255 ```
NiclasThobaben added the
Kind/Feature
Topic
Configuration
labels 2024-02-26 12:25:11 +01:00
NiclasThobaben added a new dependency 2024-02-26 12:31:48 +01:00
NiclasThobaben added a new dependency 2024-02-26 12:40:13 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Blocks
Reference: nclazz/soundwerft#7
There is no content yet.