EFForg / OpenWireless

The official home of the EFF OpenWireless Project
Other
732 stars 80 forks source link

Change password on Settings screen does not work #276

Closed Rangak closed 9 years ago

Rangak commented 9 years ago

Following error is thrown:

Server Error: TypeError: login_headers() takes exactly 2 arguments (1 given), [' File "/www/cgi-bin/routerapi/change_password", line 41, in \n jsonrpc_change_password()\n', ' File "/www/cgi-bin/routerapi/change_password", line 35, in jsonrpc_change_password\n print a.login_headers()\n']

coffeemakr commented 9 years ago

Caused by #261 which changed the login_header function but didn't change the change_password file.

277 should fix this.

Rangak commented 9 years ago

That's right. Thanks.