mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
WebUI: Add confirmation dialog for changing default user/host group
Changing default group on automember rules page is too easy. Add a confirmation dialog to avoid misclick in the case. Ticket: https://pagure.io/freeipa/issue/8322 Signed-off-by: Serhii Tsymbaliuk <stsymbal@redhat.com> Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
@@ -522,6 +522,9 @@ class i18n_messages(Command):
|
||||
"Add exclusive condition into '${primary_key}'"
|
||||
),
|
||||
"attribute": _("Attribute"),
|
||||
"default_group_confirm": _(
|
||||
"Are you sure you want to change default group?"
|
||||
),
|
||||
"default_host_group": _("Default host group"),
|
||||
"default_user_group": _("Default user group"),
|
||||
"exclusive": _("Exclusive"),
|
||||
|
||||
Reference in New Issue
Block a user