Preliminary check for wrong admin groups.
This commit is contained in:
parent
94dc507953
commit
b803901367
1 changed files with 7 additions and 0 deletions
|
@ -412,6 +412,13 @@
|
|||
(string-intersperse
|
||||
(map car dwpu)
|
||||
", "))))
|
||||
(let ((dwmu (find-members-by-predicate mb (compose not brmember-dokuwiki-groups-ok?))))
|
||||
(when (not (null? dwmu))
|
||||
(newline)
|
||||
(print "Members in wrong dokuwiki group(s): "
|
||||
(string-intersperse
|
||||
(map brmember-nick dwmu)
|
||||
", "))))
|
||||
)
|
||||
|
||||
;; Prints the stats in format used by gnuplot.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue