* Leaving feedback to Sysop #20

* Cache sysop info after first user created
* ACS check preventing sysop from sending feedback to themselves @ apply
This commit is contained in:
Bryan Ashby
2015-11-20 17:49:37 -07:00
parent 3dbc90b04f
commit 839ab8fc91
3 changed files with 22 additions and 2 deletions

View File

@@ -123,7 +123,17 @@
*/
newUserApplication: {
art: NUA
next: newUserFeedbackToSysOpPreamble
next: [
{
// Initial SysOp does not send feedback to themselves
acs: ID1
next: fullLoginSequenceLoginArt
}
{
// ...everyone else does
next: newUserFeedbackToSysOpPreamble
}
]
form: {
0: {
mci: {
@@ -309,7 +319,6 @@
next: fullLoginSequenceLoginArt
}
{
// acs: !AS2
next: newUserInactiveDone
}
]