Jump to content

RoughRider

Members
  • Posts

    3
  • Joined

  • Last visited

Reputation

0 Neutral

About RoughRider

Personal Information

  • Occupation
    IT
  • Interests
    Computers, Cycling
  • Location
    Leeds
  1. In Smoothwall, if you create a new web filter policy in "Guardian - Web filter - Policy wizard" or amend an existing block policy, in the "What" section if you look for "ip" you should find "All URLs containing an IP" and "All HTTPS URLs containing an IP". Including these should help.
  2. My apologies, the location of the login_page.tt file is actually /modules/auth/usr/lib/smoothwall/templates/
  3. On a Smoothwall, it is possible to amend the /modules/auth/settings/templates/login_page.tt file so that Guest T & C's with a continue button are displayed. Replacing the contents of the file with the below will enable it. Also, a local directory will need to be created and in there, a user called "guest" with the password of "password". [% WRAPPER bodywrapper.tt %] [% IF error %] [% error_message | html %] [% END %] [% IF redirect_url %] [% END %] [% IF welcome_message %] [% welcome_message | html %] [% END %] [% IF logged_in_user %] [% logged_in_user | html %] logged in [% END %] [% IF federated_logins.size > 0 %] [% FOREACH login IN federated_logins %] [% login.name | html %] [% END %] [% END %] [% IF show_refresh_warning %] [% messages.this_page_will_refresh | html %] [% END %] [% END %]
×
×
  • Create New...