diff --git a/Base-Plugin-Settings.md b/Base-Plugin-Settings.md index c7ee4ae..eb9fc7f 100644 --- a/Base-Plugin-Settings.md +++ b/Base-Plugin-Settings.md @@ -154,3 +154,12 @@ Customized block IDs can be set for the IDs defined in the top of those files by * _superslopes-support_ : this setting, a boolean, controls the activation of texture and model support for the Kaevator's Superslopes custom blocks (as defined in renderdata/superslopes-texture.txt and renderdata/superslopes-models.txt). Default is false (disabled). Customized block IDs can be set for the IDs defined in the top of those files by adding the corresponding setting to configuration.txt (e.g. 'BlockKaevSteelSlopes: 214' if the steel slopes block has been mapped to ID 214). * _railcraft-support_ : this setting, a boolean, controls the activation of texture and model support for the Railcraft custom blocks (as defined in renderdata/railcraft-texture.txt and renderdata/railcraft-models.txt). Default is false (disabled). Customized block IDs can be set for the IDs defined in the top of those files by adding the corresponding setting to configuration.txt (e.g. 'railcraft-elevatorBlock: 221' if the elevator rails block has been mapped to ID 221). + +## User Login Security Settings for Web Interface + +The support for login-based security on the web interface can be controlled through the following settings: + +* _login-enabled_ : this setting, a boolean, enables login security support (if the setting is defined and set to 'true'). + +* _login-required_ : this setting, a boolean, forces all web users to log in, in order to access the web interface (if the setting is defined and set to 'true'). +