[PR #329] [MERGED] Add message to login screen (useful for demo instances) #8568

Closed
opened 2026-02-05 13:49:31 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/329
Author: @matthinc
Created: 7/10/2022
Status: Merged
Merged: 7/11/2022
Merged by: @alextran1502

Base: mainHead: dev/demo-instance-message


📝 Commits (5)

  • b7cd207 Add message for demo instances to login screen
  • 00dbb94 Rename env variable
  • 591d387 Merge branch 'main' of github.com:alextran1502/immich into dev/demo-instance-message
  • bbf2d36 Added key into
  • 5003b7d Add styling to conform with Immich color scheme

📊 Changes

3 files changed (+23 additions, -1 deletions)

View changed files

📝 docker/.env.example (+11 -1)
📝 web/src/lib/components/forms/login-form.svelte (+11 -0)
📝 web/src/lib/constants.ts (+1 -0)

📄 Description

I think this might be useful for the demo instance.

.env:
VITE_LOGIN_PAGE_MESSAGE="This is a demo instance of Immich.<br><br>Email: <i>demo@demo.de</i><br>Password: <i>demo</i>"

image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/329 **Author:** [@matthinc](https://github.com/matthinc) **Created:** 7/10/2022 **Status:** ✅ Merged **Merged:** 7/11/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `dev/demo-instance-message` --- ### 📝 Commits (5) - [`b7cd207`](https://github.com/immich-app/immich/commit/b7cd207cdbef97d9ea6cac8593aa409489981030) Add message for demo instances to login screen - [`00dbb94`](https://github.com/immich-app/immich/commit/00dbb94d88c4540dce4d0d63005e05c539fbab35) Rename env variable - [`591d387`](https://github.com/immich-app/immich/commit/591d387947ddec7e82ce70faada15a34cbfa41e1) Merge branch 'main' of github.com:alextran1502/immich into dev/demo-instance-message - [`bbf2d36`](https://github.com/immich-app/immich/commit/bbf2d36e4f538966dbc4d59801042d8d5c18b4cd) Added key into - [`5003b7d`](https://github.com/immich-app/immich/commit/5003b7daf902b92e0670640b9073e2b33d667002) Add styling to conform with Immich color scheme ### 📊 Changes **3 files changed** (+23 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docker/.env.example` (+11 -1) 📝 `web/src/lib/components/forms/login-form.svelte` (+11 -0) 📝 `web/src/lib/constants.ts` (+1 -0) </details> ### 📄 Description I think this might be useful for the demo instance. `.env`: `VITE_LOGIN_PAGE_MESSAGE="This is a demo instance of Immich.<br><br>Email: <i>demo@demo.de</i><br>Password: <i>demo</i>"` ![image](https://user-images.githubusercontent.com/6898797/178140190-d474fb38-ae7f-4f8e-b7ef-4d10896a9c8d.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 13:49:31 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#8568