[PR #989] [CLOSED] Disable magic link login if SMTP host is not configured #1053

Closed
opened 2026-02-26 00:30:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/healthchecks/healthchecks/pull/989
Author: @moraj-turing
Created: 4/11/2024
Status: Closed

Base: masterHead: feature/922-Disable-magic-link


📝 Commits (3)

  • 05229f9 Disable magic link login if SMTP host is not configured
  • a76a3cd Merge branch 'master' into feature/922-Disable-magic-link
  • 3d69cce Move CSS to base.css file

📊 Changes

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

View changed files

📝 hc/accounts/views.py (+1 -0)
📝 static/css/base.css (+5 -0)
📝 templates/accounts/login.html (+3 -1)

📄 Description

This is a simple one! Added a basic condition in the django template to check if EMAIL_HOST is set to render the magic link form.


🔄 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/healthchecks/healthchecks/pull/989 **Author:** [@moraj-turing](https://github.com/moraj-turing) **Created:** 4/11/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/922-Disable-magic-link` --- ### 📝 Commits (3) - [`05229f9`](https://github.com/healthchecks/healthchecks/commit/05229f93f313a9c4a46f7327db5e51bb9e585c0d) Disable magic link login if SMTP host is not configured - [`a76a3cd`](https://github.com/healthchecks/healthchecks/commit/a76a3cd86a08d6baefeb05986a854b0b961cce38) Merge branch 'master' into feature/922-Disable-magic-link - [`3d69cce`](https://github.com/healthchecks/healthchecks/commit/3d69ccef9bb15e6d2b69b0fa164f71bf99a86a9e) Move CSS to base.css file ### 📊 Changes **3 files changed** (+9 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `hc/accounts/views.py` (+1 -0) 📝 `static/css/base.css` (+5 -0) 📝 `templates/accounts/login.html` (+3 -1) </details> ### 📄 Description This is a simple one! Added a basic condition in the django template to check if `EMAIL_HOST` is set to render the magic link form. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 00:30:45 +03:00
Sign in to join this conversation.
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/healthchecks#1053
No description provided.