pixelated / puppet-pixelated

Puppet Module to setup the Pixelated User Agent
GNU Affero General Public License v3.0
13 stars 4 forks source link

Functional test should not use hardcoded password #38

Closed varac closed 7 years ago

varac commented 8 years ago

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.

varac commented 7 years ago

Done