Loading...
 
Skip to main content

History: Site Access

Source of version: 7 (current)

Copy to clipboard
            !Security Site Access tab
{DIV(float=right,width="200px")}^::Related Topics::
* ((security admin))^{DIV}
;__Overview__:Use this tab to configure how Tiki handles the security relating to site access.
;__To Access__:From the ((Security)) Admin page, click the __Site Access__ tab.
~tc~ Prefrence documentation generated from https://sourceforge.net/p/tikiwiki/code/HEAD/tree/trunk/lib/prefs/ ~/tc~
~tc~ To update documentation see https://dev.tiki.org/How-to-get-commit-access ~/tc~
{PREFDOC(tab="security-siteaccess" img="6:469")/}

!! Close site
Activated with the "Close site when server load is above the threshold" or "Close Site" preferences. The site will be closed but allow groups with ''tiki_p_access_closed_site'' permission to log in.

The page displayed when the site is closed is generated from a template HTML file called ''templates/styles/site_closed.html''. If you want to customise this, it is recommended you make a copy of it called ''site_closed_local.html'' and edit that. This will be used in preference to the standard one if found.

The following "tags" will be replaced in the HTML:
; __{title}__ : Page title and H1 tags
; __{error}__ : Text displayed under the title heading
; __{login}__ : The login form
; __~np~{back}~/np~__ : A browser back button (probably will be removed because this doesn't always make sense)

---
Alias: (alias(Site Closed))
Alias: (alias(Close Site))