Skip to content

Commit 43939e8

Browse files
authored
Merge pull request #232 from os2display/small-readme-fix
Updated user emails in README
2 parents bbf6887 + 34653e3 commit 43939e8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
- [#232](https://github.com/os2display/display-api-service/pull/232)
8+
- Updated user emails in readme.
79
- [#227](https://github.com/os2display/display-api-service/pull/227)
810
- Added screen status to cache and endpoint for exposing screen status.
911

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ docker compose exec phpfpm bin/console doctrine:migrations:migrate
104104
docker compose exec phpfpm bin/console hautelook:fixtures:load --no-interaction
105105
```
106106

107-
The fixtures have an admin user: <john@example.com> with the password: apassword
108-
The fixtures have an editor user: <hans@editor.com> with the password: apassword
107+
The fixtures have an admin user: <admin@example.com> with the password: apassword
108+
The fixtures have an editor user: <editor@example.com> with the password: apassword
109109
The fixtures have the image-text template, and two screen layouts:
110110
full screen and "two boxes".
111111

0 commit comments

Comments
 (0)