[PR #7] Adding the ability to replace the default background image and improvements to the logout scheme #10

Open
opened 2026-03-02 03:44:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dignajar/another-ldap/pull/7
Author: @luizjr
Created: 2/16/2022
Status: 🔄 Open

Base: mainHead: main


📝 Commits (4)

  • e321a2e Add METADATA_LOGIN_IMAGE to replace default image
  • b763904 Add return page after successful logout
  • 2803e15 Add logout documentation
  • ad1d0b7 Logout scheme improvement

📊 Changes

5 files changed (+78 additions, -31 deletions)

View changed files

📝 README.md (+22 -0)
📝 files/main.py (+8 -1)
📝 files/templates/base.html (+12 -2)
📝 files/templates/login.html (+34 -27)
📝 kubernetes/config-map.yaml (+2 -1)

📄 Description

I felt like I would like to customize the image without having to generate a new image or having to create a repository, host my docker image, and I would only need to set one more variable!


🔄 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/dignajar/another-ldap/pull/7 **Author:** [@luizjr](https://github.com/luizjr) **Created:** 2/16/2022 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`e321a2e`](https://github.com/dignajar/another-ldap/commit/e321a2e013ccac88679261402090f28d149ded23) Add METADATA_LOGIN_IMAGE to replace default image - [`b763904`](https://github.com/dignajar/another-ldap/commit/b763904a8cb0cbb8d18d7718de079116e9fca1ee) Add return page after successful logout - [`2803e15`](https://github.com/dignajar/another-ldap/commit/2803e15e7e028f997faca72781bdbc2fd696f7e3) Add logout documentation - [`ad1d0b7`](https://github.com/dignajar/another-ldap/commit/ad1d0b7edd10217107d3dd3bf843b83b243a61cc) Logout scheme improvement ### 📊 Changes **5 files changed** (+78 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+22 -0) 📝 `files/main.py` (+8 -1) 📝 `files/templates/base.html` (+12 -2) 📝 `files/templates/login.html` (+34 -27) 📝 `kubernetes/config-map.yaml` (+2 -1) </details> ### 📄 Description I felt like I would like to customize the image without having to generate a new image or having to create a repository, host my docker image, and I would only need to set one more variable! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/another-ldap#10
No description provided.