mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
new module creation
This commit is contained in:
15
e107_plugins/alt_auth/languages/English/lan_alt_auth_conf.php
Executable file
15
e107_plugins/alt_auth/languages/English/lan_alt_auth_conf.php
Executable file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
define("LAN_ALT_1", "Current authorization type");
|
||||
define("LAN_ALT_2", "Update settings");
|
||||
define("LAN_ALT_3", "Choose Alternate Authorization Type");
|
||||
define("LAN_ALT_4", "Configure parameters for");
|
||||
define("LAN_ALT_5", "Configure authorization parameters");
|
||||
define("LAN_ALT_6", "Failed connection action");
|
||||
define("LAN_ALT_7", "If connection to the alternate method fails, how should that be handled?");
|
||||
define("LAN_ALT_8", "User not found action");
|
||||
define("LAN_ALT_9", "If username is not found using alternate method, how should that be handled?");
|
||||
|
||||
define("LAN_ALT_FALLBACK", "Use e107 user table");
|
||||
define("LAN_ALT_FAIL", "Failed login");
|
||||
|
||||
?>
|
15
e107_plugins/alt_auth/languages/English/lan_ldap_auth.php
Executable file
15
e107_plugins/alt_auth/languages/English/lan_ldap_auth.php
Executable file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
define("LDAPLAN_1", "Server address");
|
||||
define("LDAPLAN_2", "Base DN or Domain<br />If LDAP - Enter BaseDN<br />If AD - Enter domain");
|
||||
define("LDAPLAN_3", "LDAP Browsing user<br />Full context of the user who is able to search the directory.");
|
||||
define("LDAPLAN_4", "LDAP Browsing password<br />Password for the LDAP Browsing user.");
|
||||
define("LDAPLAN_5", "LDAP Version");
|
||||
define("LDAPLAN_6", "Configure LDAP auth");
|
||||
define("LDAPLAN_7", "eDirectory search filter:");
|
||||
define("LDAPLAN_8", "This will be used to ensure the username is in the correct tree, <br />ie '(objectclass=inetOrgPerson)'");
|
||||
define("LDAPLAN_9", "Current search filter will be:");
|
||||
define("LDAPLAN_10", "Settings Updated");
|
||||
define("LDAPLAN_11", "WARNING: It appears as if the ldap module is not currently available, setting your auth method to LDAP will probably not work!");
|
||||
define("LDAPLAN_12", "Server Type");
|
||||
define("LDAPLAN_13", "Update settings");
|
||||
?>
|
14
e107_plugins/alt_auth/languages/English/lan_otherdb_auth.php
Normal file
14
e107_plugins/alt_auth/languages/English/lan_otherdb_auth.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
define("OTHERDB_LAN_1", "Database Type:");
|
||||
define("OTHERDB_LAN_2", "Server:");
|
||||
define("OTHERDB_LAN_3", "Username:");
|
||||
define("OTHERDB_LAN_4", "Password:");
|
||||
define("OTHERDB_LAN_5", "Database");
|
||||
define("OTHERDB_LAN_6", "Table");
|
||||
define("OTHERDB_LAN_7", "Username Field:");
|
||||
define("OTHERDB_LAN_8", "Password Field:");
|
||||
define("OTHERDB_LAN_9", "Password Method:");
|
||||
define("OTHERDB_LAN_10", "Configure otherdb auth");
|
||||
define("OTHERDB_LAN_11", "** The following fields are not required if using an e107 database");
|
||||
|
||||
?>
|
Reference in New Issue
Block a user