mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-30 14:36:19 +02:00
Add PV[name,value] ACS check
This commit is contained in:
parent
9e9dc9af89
commit
dd08cd68e7
4 changed files with 19 additions and 1 deletions
|
@ -39,9 +39,10 @@ The following are ACS codes available as of this writing:
|
|||
| AP<i>achievementPoints</i> | User has >= _achievementPoints_ achievement points |
|
||||
| AF<i>authFactor</i> | User's current *Authentication Factor* is >= _authFactor_. Authentication factor 1 refers to username + password (or PubKey) while factor 2 refers to 2FA such as One-Time-Password authentication. |
|
||||
| AR<i>authFactorReq</i> | Current user **requires** an Authentication Factor >= _authFactorReq_ |
|
||||
| PV[_name,_value_] | Checks that the property by _name_ for the current user is exactly _value_. This ACS allows arbitrary user property values to be checked. For example, `PV[message_conf,local]` checks that the user is currently in the "local" message conference.
|
||||
|
||||
## ACS Strings
|
||||
ACS strings are one or more ACS codes in addition to some basic language semantics.
|
||||
ACS strings are one or more ACS codes in addition to some basic language semantics.
|
||||
|
||||
The following logical operators are supported:
|
||||
* `!` NOT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue