Skip to content

Commit

Permalink
change log, remove default credential references
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed May 12, 2022
1 parent 5775796 commit 445c087
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ All notable changes to this project will be documented in this file. This projec
### Notable Changes

* **Auth:** Users are prompted to create a new user account the first time the Homebridge UI is launched
* **Auth:** The default credentials of **admin** and **admin** are no longer used for new installs
* **Auth:** The default credentials of **admin** / **admin** are no longer set for new installs

### Other changes

* **i18n:** Improvements to Italian language translations ([#1333](https://github.com/oznu/homebridge-config-ui-x/pull/1333))

## 4.43.3 (2022-05-07)

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ For detailed instructions on how to setup Node.js and Homebridge with Homebridge

If your platform is not listed above, or you want to use your own service manager, see the [Manual Configuration](https://github.com/oznu/homebridge-config-ui-x/wiki/Manual-Configuration) wiki article for instructions on setting up the Homebridge UI to run as a Homebridge plugin instead of a service.

The default username is `admin` and the default password is `admin`.

# Usage

### Status Screen
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-config-ui-x",
"displayName": "Homebridge UI",
"version": "4.44.0-test.2",
"version": "4.44.0-test.4",
"description": "A web based management, configuration and control platform for Homebridge",
"license": "MIT",
"author": "oznu <[email protected]>",
Expand Down
3 changes: 1 addition & 2 deletions src/bin/hb-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -652,8 +652,7 @@ export class HomebridgeServiceHelper {
console.log(`* http://[${defaultInterface.ip6}]:${this.uiPort}`);
}

console.log('\nDefault Username: admin');
console.log('Default Password: admin\n');
console.log('');

this.logger('Homebridge Setup Complete', 'succeed');
}
Expand Down

0 comments on commit 445c087

Please sign in to comment.