* ACS checks in 'next' blocks can now have a default "catch all" by simply omitting the 'acs' portion of a condition

This commit is contained in:
Bryan Ashby 2015-11-14 17:51:05 -07:00
parent 688e46bc47
commit 48c12ddffb
3 changed files with 31 additions and 10 deletions

View file

@ -307,9 +307,9 @@
{
acs: AS2
next: fullLoginSequenceLoginArt
}
}
{
acs: !AS2
// acs: !AS2
next: newUserInactiveDone
}
]