From 497213540a0f847618f384b3597ad1ec3e765baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Bernigaud?= Date: Wed, 10 Sep 2014 16:55:10 +0200 Subject: [PATCH] Fixes #3334 Removing old files unneeded by userManagement now --- plugins/admin/users/password.tpl | 128 ------------------------------------ plugins/admin/users/remove.tpl | 18 ----- plugins/admin/users/template.tpl | 60 ----------------- plugins/admin/users/templatize.tpl | 46 ------------- 4 files changed, 252 deletions(-) delete mode 100644 plugins/admin/users/password.tpl delete mode 100644 plugins/admin/users/remove.tpl delete mode 100644 plugins/admin/users/template.tpl delete mode 100644 plugins/admin/users/templatize.tpl diff --git a/plugins/admin/users/password.tpl b/plugins/admin/users/password.tpl deleted file mode 100644 index f941004..0000000 --- a/plugins/admin/users/password.tpl +++ /dev/null @@ -1,128 +0,0 @@ - - -

- {t}To change the user password use the fields below. The changes take effect immediately. Please memorize the new password, because the user wouldn't be able to login without it.{/t} -

- -

- {t}Changing the password affects your authentification on mail, proxy, samba and unix services.{/t} -

- -
- -{if !$proposalEnabled} - - - - - - - - - - - - - - -
{t}Strength{/t} - - -
- -{else} - - - - - - - - - - - - - - - - - - - - - - -
-  {t}Use proposal{/t} - -
{$proposal}
-
-   -
-  {t}Manually specify a password{/t} -
{t}Strength{/t} - - -
- -{/if} - -{if $passwordChangeForceable} -
-   - -{/if} - - - -
-

- -   - - -

- -{literal} - -{/literal} - - diff --git a/plugins/admin/users/remove.tpl b/plugins/admin/users/remove.tpl deleted file mode 100644 index ab19bd8..0000000 --- a/plugins/admin/users/remove.tpl +++ /dev/null @@ -1,18 +0,0 @@ -
-  {t}Warning{/t} -
-

- {$info} - {t}This includes all account data, system access rules, imap settings, etc. for this user. Please double check if your really want to do this since there is no way for FusionDirectory to get your data back.{/t} -

- -

- {t}So - if you're sure - press 'Delete' to continue or 'Cancel' to abort.{/t} -

- -

- - -   -

- diff --git a/plugins/admin/users/template.tpl b/plugins/admin/users/template.tpl deleted file mode 100644 index b5cbdf7..0000000 --- a/plugins/admin/users/template.tpl +++ /dev/null @@ -1,60 +0,0 @@ -
- {t}Creating a new user using templates{/t} -
- -

- {t}Creating a new user can be assisted by using templates. Many database records will be filled automatically. Choose 'none' to skip the usage of templates.{/t} -

- -
- -
- - - - - - - - - - - - - - - {if $got_uid eq "true"} - - - - - {/if} -
- -
{t}Login{/t} - {if $edit_uid eq "false"} - - {else} - - {/if} -
- -
-

- -   - -

- - - - - diff --git a/plugins/admin/users/templatize.tpl b/plugins/admin/users/templatize.tpl deleted file mode 100644 index 1702ca1..0000000 --- a/plugins/admin/users/templatize.tpl +++ /dev/null @@ -1,46 +0,0 @@ -
- {t}Applying a template{/t} -
- -

- {t}Applying a template to several users will replace all user attributes defined in the template.{/t} -

- -
-
- -{if $templates} - - - - - -
- -
- -
-

- -   - -

- -{else} - -{t}No templates available!{/t} - -

- -

-{/if} - - - - -- 1.7.10.4