Stronger password.
This commit is contained in:
parent
852221d232
commit
6c966f608b
@ -185,7 +185,7 @@ class BotConfiguration {
|
||||
type: 'client',
|
||||
connection: {
|
||||
username: 'moderator',
|
||||
password: Math.random().toString(36).slice(2, 12),
|
||||
password: Math.random().toString(36).slice(2, 12) + Math.random().toString(36).slice(2, 12),
|
||||
domain: this.botsDomain,
|
||||
// Note: using localhost, and not currentProsody.host, because it does not always resolve correctly
|
||||
service: 'xmpp://localhost:' + port
|
||||
|
Loading…
Reference in New Issue
Block a user