Auto Signin Addon

Auto-Signin add-on provides a simple way to bypass authentication based on rules. For example, a TV can be automatically authenticated by its IP address.

Configuration

This add-on is automatically enabled if a rule is declared. A rule links username to a rule. The only usable variable here is $env. Example:

Key (username) Rule
dwho $env→{REMOTE_ADDR} == '192.168.42.42'
Username must be defined in the user database.