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'] = 'Konfiguracija ločenega računa za dom
|
||||
// General
|
||||
$labels['form.common.general'] = 'Splošno';
|
||||
|
||||
// Enabled
|
||||
$labels['form.common.enabled'] = 'Omogočeno';
|
||||
// Account mode
|
||||
$labels['form.common.mode'] = 'Način računa';
|
||||
$labels['form.common.mode.primary'] = 'Glavni račun';
|
||||
$labels['form.common.mode.separate'] = 'Ločen račun';
|
||||
$labels['form.common.mode.hint'] = 'Povežite to identiteto z obstoječim računom ali jo konfigurirajte kot ločen račun z lastnim poštnim strežnikom.';
|
||||
|
||||
// Label
|
||||
$labels['form.common.label'] = 'Oznaka';
|
||||
|
||||
Reference in New Issue
Block a user