hyperboria / python-cjdns

A python cjdns admin library, with Python 2 and Python 3 support
https://pypi.python.org/pypi/cjdnsadmin
GNU General Public License v3.0
25 stars 20 forks source link

Add support for default admin credentials #3

Closed kyrias closed 9 years ago

kyrias commented 9 years ago

Later I think it would be good to use the python logger module instead for better integration with the applications' logging, since it is a widely used logging solution in python projects.

thefinn93 commented 9 years ago

Default password is NONE? And what's this config key? That ain't standard.... I agree that we should use logger though

kyrias commented 9 years ago

(For future record: We talked about this on IRC, and NONE is the new default password in cjdns as of cjdelisle/cjdns@080ba19309e7fcf0c189d4a15b4e9f5167d5c294, and that I put in config due to it being added by cjdnsadminmaker, but removed it from this commit.)