~vcs-imports-ii/znc/master

« back to all changes in this revision

Viewing changes to modules/data/webadmin/tmpl/settings.tmpl

  • Committer: Michael Edgar
  • Date: 2011-04-14 00:24:26 UTC
  • Revision ID: git-v1:a9ba4020dbf40fd7366d4038f95d738409158870
Added a global config option for IP-based session protection.

The new setting defaults to true, and is settable in the web admin panel. When
set to false, IP address checks are ignored. For users behind proxies (students,
large corporate networks) that don't guarantee a consistent IP, this makes the
web admin panel much more usable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
                                        <div><input type="text" name="anoniplimit" value="<? VAR AnonIPLimit ?>" /></div>
90
90
                                </div>
91
91
                                <div style="clear: both;"></div>
 
92
                                
 
93
                                <div class="subsection half">
 
94
                                        <div class="inputlabel">Protect Web Sessions:</div>
 
95
                                        <div><input type="text" name="protectwebsessions" value="<? VAR ProtectWebSessions ?>" /></div>
 
96
                                </div>
 
97
                                <div style="clear: both;"></div>
92
98
 
93
99
                                <div class="subsection twothird">
94
100
                                        <div class="inputlabel">MOTD:</div>