diff options
| author | spiderr <spider@viovio.com> | 2013-05-16 13:26:13 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-05-16 13:26:13 -0400 |
| commit | c5e50775d6059f9f36a82404dfb1b2755dfd3d25 (patch) | |
| tree | 7dd34463d3fd9a8ebcb73ebca331327c6c44019a /modules | |
| parent | 642c89702bfe277d296ff4333d1ea8d184f46725 (diff) | |
| download | users-c5e50775d6059f9f36a82404dfb1b2755dfd3d25.tar.gz users-c5e50775d6059f9f36a82404dfb1b2755dfd3d25.tar.bz2 users-c5e50775d6059f9f36a82404dfb1b2755dfd3d25.zip | |
remove stay_in_ssl_mode as http configuration should make that determination
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_login_box.tpl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/mod_login_box.tpl b/modules/mod_login_box.tpl index e74fa5c..05cd35f 100644 --- a/modules/mod_login_box.tpl +++ b/modules/mod_login_box.tpl @@ -35,14 +35,6 @@ </div> {/if} - {if $smarty.server.HTTPS == 'on'} - <div class="row"> - <label>{tr}Stay in ssl mode{/tr} <input type="checkbox" name="stay_in_ssl_mode" id="stay_in_ssl_mode" {if $smarty.server.HTTPS == 'on'}checked="checked"{/if} /></label> - </div> - {else} - <input type="hidden" name="stay_in_ssl_mode" value="on" /> - {/if} - <div class="row submit"> <input type="submit" name="login" value="{tr}Log in{/tr}" /> </div> |
