From 5e7723f15c7e4ba31b0a5d35d22fd3a22e45ec81 Mon Sep 17 00:00:00 2001 From: Roger Szabo Date: Fri, 31 Mar 2017 15:16:22 +0800 Subject: restore ldap_password_renew_pr Signed-off-by: Roger Szabo --- apps/user_ldap/templates/renewpassword.php | 73 ++++++++++++++++++++++++++++++ apps/user_ldap/templates/settings.php | 1 + 2 files changed, 74 insertions(+) create mode 100644 apps/user_ldap/templates/renewpassword.php (limited to 'apps/user_ldap/templates') diff --git a/apps/user_ldap/templates/renewpassword.php b/apps/user_ldap/templates/renewpassword.php new file mode 100644 index 00000000000..7b1df75e06b --- /dev/null +++ b/apps/user_ldap/templates/renewpassword.php @@ -0,0 +1,73 @@ + + + + +
+
+
+ t('Please renew your password.')); ?>
+
+ +
+
+
+ + +
+ t('An internal error occurred.')); ?>
+ t('Please try again or contact your administrator.')); ?> +
+ + +

+ + +

+ +

+ + + +

+ + + + + + t('Wrong password. Reset it?')); ?> + + +

+ t('Wrong password.')); ?> +

+ +

+ + t('Cancel')); ?> + +

+ + +
+
diff --git a/apps/user_ldap/templates/settings.php b/apps/user_ldap/templates/settings.php index 6942b2eb2b1..0d4ca804dd3 100644 --- a/apps/user_ldap/templates/settings.php +++ b/apps/user_ldap/templates/settings.php @@ -103,6 +103,7 @@ style('user_ldap', 'settings');

t('(New password is sent as plain text to LDAP)'));?>

+

t('Special Attributes'));?>

-- cgit v1.2.3