Differences
This shows you the differences between the selected revisions of the page.
| 2015-06-01 | 2015-06-01 | ||
| Kunwarky.com (107.167.108.138) (hidden) | Restored revision 1412177045. Undoing revision 1433158182. (martin) (hidden) | ||
| Line 24: | Line 24: | ||
| Administrator can set site setting ''Special'' to 1 to restrict user from modifying or deleting the site accidentally (Note that the setting can be changed by end-user). Such site will also be highlighted in [[ui_login|site list]]. Example how to configure the setting, if INI file is used as [[config|configuration storage]], follows: | Administrator can set site setting ''Special'' to 1 to restrict user from modifying or deleting the site accidentally (Note that the setting can be changed by end-user). Such site will also be highlighted in [[ui_login|site list]]. Example how to configure the setting, if INI file is used as [[config|configuration storage]], follows: | ||
| - | <htt123> | + | <code ini> |
| [Sessions\Server] | [Sessions\Server] | ||
| - | HostName=kunwarky.com | + | HostName=example.com |
| + | UserName=customer | ||
| + | Special=1 | ||
| + | </code> | ||
| ===== Distributing Restricted Version ===== | ===== Distributing Restricted Version ===== | ||
| WinSCP can be [[custom_distribution|distributed]] with the restrictions preconfigured. | WinSCP can be [[custom_distribution|distributed]] with the restrictions preconfigured. | ||