pixelated / puppet-pixelated

Puppet Module to setup the Pixelated User Agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functional test should not use hardcoded password

varac opened this issue · comments

commented

password is now hardcoded in puppet-pixelated/files/functional-tests/steps/__init__.py .

spammers could easily hijack this account.

we should use leap_cli to generate a server-unique password for it and use it.

commented

Done