mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
not logging invalid pws
This commit is contained in:
@@ -280,7 +280,7 @@ function setup(data: SubmoduleData): Submodule {
|
|||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
logger.Log(
|
logger.Log(
|
||||||
`Login attempt with invalid pw: ${pw} to ${
|
`Login attempt with invalid pw to ${
|
||||||
isScript ? 'script' : 'website'
|
isScript ? 'script' : 'website'
|
||||||
}`,
|
}`,
|
||||||
logger.GetColor('cyan')
|
logger.GetColor('cyan')
|
||||||
|
Submodule submodules/moodle-test-userscript updated: 28a2ffdaca...c315ad598a
Reference in New Issue
Block a user