Stronger password.
This commit is contained in:
parent
852221d232
commit
6c966f608b
@ -185,7 +185,7 @@ class BotConfiguration {
|
|||||||
type: 'client',
|
type: 'client',
|
||||||
connection: {
|
connection: {
|
||||||
username: 'moderator',
|
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,
|
domain: this.botsDomain,
|
||||||
// Note: using localhost, and not currentProsody.host, because it does not always resolve correctly
|
// Note: using localhost, and not currentProsody.host, because it does not always resolve correctly
|
||||||
service: 'xmpp://localhost:' + port
|
service: 'xmpp://localhost:' + port
|
||||||
|
Loading…
x
Reference in New Issue
Block a user