diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-01-07 12:14:50 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-01-07 12:14:50 +0000 |
commit | 80bb7715823673e62ba155e7a984c6fa1d8a443d (patch) | |
tree | 449b0b0cbf9bdfcf59c8a859a5bc77c0657fc269 /languages | |
parent | af7149183fb60bdaf73c679d40c4febb2415c0d7 (diff) | |
download | elgg-80bb7715823673e62ba155e7a984c6fa1d8a443d.tar.gz elgg-80bb7715823673e62ba155e7a984c6fa1d8a443d.tar.bz2 |
Closes #662: https on login.
git-svn-id: https://code.elgg.org/elgg/trunk@2535 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index fd9119e53..62e48f38c 100644 --- a/languages/en.php +++ b/languages/en.php @@ -711,6 +711,8 @@ Alternatively, you can enter your database settings below and we will try and do 'installation:language' => "The default language for your site:", 'installation:debug' => "Debug mode provides extra information which can be used to diagnose faults, however it can slow your system down so should only be used if you are having problems:", 'installation:debug:label' => "Turn on debug mode", + 'installation:httpslogin' => "Enable this to have user logins performed over HTTPS. You will need to have https enabled on your server for this to work.", + 'installation:httpslogin:label' => "Enable HTTPS logins", 'installation:usage' => "This option lets Elgg send anonymous usage statistics back to Curverider.", 'installation:usage:label' => "Send anonymous usage statistics", 'installation:view' => "Enter the view which will be used as the default for your site or leave this blank for the default view (if in doubt, leave as default):", |