mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[PR #989] [CLOSED] Disable magic link login if SMTP host is not configured #1053
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#1053
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/healthchecks/healthchecks/pull/989
Author: @moraj-turing
Created: 4/11/2024
Status: ❌ Closed
Base:
master← Head:feature/922-Disable-magic-link📝 Commits (3)
05229f9Disable magic link login if SMTP host is not configureda76a3cdMerge branch 'master' into feature/922-Disable-magic-link3d69cceMove 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_HOSTis set to render the magic link form.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.