diff options
-rw-r--r-- | ipa-server/ipa-gui/ipagui/templates/usereditform.kid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-server/ipa-gui/ipagui/templates/usereditform.kid b/ipa-server/ipa-gui/ipagui/templates/usereditform.kid index f64c31ed..129df8e4 100644 --- a/ipa-server/ipa-gui/ipagui/templates/usereditform.kid +++ b/ipa-server/ipa-gui/ipagui/templates/usereditform.kid @@ -80,7 +80,7 @@ from ipagui.helpers import ipahelper } function warnRDN() { - if (confirm("Are you sure you want to change the login name?<br/>This can have unexpected results. A password change is required.")) { + if (confirm("Are you sure you want to change the login name?\nThis can have unexpected results. Additionally, a password change will be required.")) { return true; } return false; |