PPF.AUTH_OFF
Status: Beta
Brought to you by:
deaded
In some plugins an auth type is required (such as the channelCentral plugin). Creating an AUTH_OFF which would turn off a particular feature would be useful for things such as auto-voice.
For example..
<autoActions>
<opAuthLevel>ADMIN</opAuthLevel>
<voiceAuthLevel>OFF</voiceAuthLevel>
</autoActions>
This would turn off auto-voice for all auth types.
Logged In: YES
user_id=66259
Originator: NO
AUTH_OFF is imo potentially misleading since it might lead users to think authentication is disabled/not required for the item in question. Otoh AUTH_NONE that currently represents the opposite end of the scale is imo slightly misleading just the same ("Authentication required: none" vs "Users that can use this feature: none").
But generally I like the concept.