Replace enabled checkbox with account mode select
Identities can now be set as primary (default), alias of an existing separate account, or separate account. Alias records store parent_id and skip server validation. Password sentinel changed to a safe string that survives HTML form round-trips. Preconfig host composition fixed to include security scheme.
This commit is contained in:
@@ -12,8 +12,11 @@ $labels['form.preconfig_only_warning'] = 'Die Konfiguration als separates Konto
|
||||
// General
|
||||
$labels['form.common.general'] = 'Allgemein';
|
||||
|
||||
// Enabled
|
||||
$labels['form.common.enabled'] = 'Aktiviert';
|
||||
// Account mode
|
||||
$labels['form.common.mode'] = 'Kontomodus';
|
||||
$labels['form.common.mode.primary'] = 'Hauptkonto';
|
||||
$labels['form.common.mode.separate'] = 'Separates Konto';
|
||||
$labels['form.common.mode.hint'] = 'Verknüpfen Sie diese Identität mit einem bestehenden Konto oder konfigurieren Sie sie als separates Konto mit eigenem Mailserver.';
|
||||
|
||||
// Label
|
||||
$labels['form.common.label'] = 'Bezeichnung';
|
||||
|
||||
Reference in New Issue
Block a user