diff --git a/lib/WebGUI/Help/AuthSMB.pm b/lib/WebGUI/Help/AuthSMB.pm
deleted file mode 100644
index 497cc9ec2..000000000
--- a/lib/WebGUI/Help/AuthSMB.pm
+++ /dev/null
@@ -1,42 +0,0 @@
-package WebGUI::Help::AuthSMB;
-
-our $HELP = {
- 'smb authentication display account template' => {
- title => 'account-1',
- body => 'account-2',
- fields => [
- ],
- related => [
- {
- tag => 'wobject template',
- namespace => 'Wobject'
- }
- ]
- },
- 'smb authentication login template' => {
- title => 'login-1',
- body => 'login-2',
- fields => [
- ],
- related => [
- {
- tag => 'wobject template',
- namespace => 'Wobject'
- }
- ]
- },
- 'smb authentication anonymous registration template' => {
- title => 'create-1',
- body => 'create-2',
- fields => [
- ],
- related => [
- {
- tag => 'wobject template',
- namespace => 'Wobject'
- }
- ]
- },
-};
-
-1;
diff --git a/lib/WebGUI/i18n/English/AuthSMB.pm b/lib/WebGUI/i18n/English/AuthSMB.pm
deleted file mode 100644
index 192922b1d..000000000
--- a/lib/WebGUI/i18n/English/AuthSMB.pm
+++ /dev/null
@@ -1,94 +0,0 @@
-package WebGUI::i18n::English::AuthSMB;
-
-our $I18N = {
- 'account-1' => {
- message => q|SMB Authentication Display Account Template|,
- lastUpdated => 1078853113
- },
-
- '6' => {
- message => q|BDC|,
- lastUpdated => 1039452936
- },
-
- '3' => {
- message => q|SMB Protocol Error (2)
Please contact your sysadmin.|,
- lastUpdated => 1039452769
- },
-
- '7' => {
- message => q|NT Domain|,
- lastUpdated => 1039452950
- },
-
- '9' => {
- message => q|NT Password|,
- lastUpdated => 1039453225
- },
-
- '2' => {
- message => q|SMB Server Error (1)
Something went wrong accessing the domain controller. Perhaps the connection timed out. Please try again or contact your sysadmin.|,
- lastUpdated => 1039452744
- },
-
- 'create-1' => {
- message => q|SMB Authentication Anonymous Registration Template|,
- lastUpdated => 1078856081
- },
-
- '8' => {
- message => q|NT Login|,
- lastUpdated => 1039452980
- },
-
- '4' => {
- message => q|SMB Logon Error (3)
You have supplied an invalid username/password pair. Probably a typo, please try again.|,
- lastUpdated => 1039452797
- },
-
- '1' => {
- message => q|SMB Authentication Options|,
- lastUpdated => 1039451963
- },
-
- 'login-2' => {
- message => q|The following template variables are available for SMB Authentication Login templates.
-
login.form.header
The required form elements that go at the top of the login page.
login.form.hidden
Hidden form fields required for form submission
login.form.footer
The required form elements that go after the login page form.
login.form.submit
The default submit button for the login form.
login.form.username
Default username form field
login.form.username.label
Default text for username form field
login.form.password
Default password form field
login.form.password.label
Default text for password form field
title
Default page title
-
login.message
Any message returned by the system. Usually displays after the form is submitted.
anonymousRegistration.isAllowed
Flag indicating whether or not anonymous registrations are allowed
createAccount.url
URL for the anonymous registration page
createAccount.label
Default label for the anonymous registration link
account.form.karma
A read only form property displaying the amount of karma a user has. Karma is a configurable user setting that is turned off by default
-
account.form.karma.label
Internationalized text label for the karma form value
-
account.options
Links list of options which allow users to turn on Admin, view and edit profile, view the messageLog, etc.
displayTitle
Page title
account.message
Any message returned by the system. Usually displays after the form is submitted.
create.form.submit
The default submit button for the anonymous registration form.
title
Default page title
-
create.form.profile
A loop containing visible and required profile fields for registration
profile.formElement
Form element for visible or required profile field
profile.formElement.label
Default text label for profile form element
login.url
URL for the login page
login.label
Default text label for login page link.
create.message
Any message returned by the system. Usually displays after the form is submitted.
create.form.loginId
Default SMB loginId form field
create.form.loginId.label
Default text for SMB loginId form field
create.form.password
Default password form field
create.form.password.label
Default text for password form field