[GH-ISSUE #586] block non trusted users to join #427

Closed
opened 2026-02-25 23:42:25 +03:00 by kerem · 1 comment
Owner

Originally created by @vipin5050 on GitHub (Dec 2, 2021).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/586

Hi,

I create a private instance of healthcheck and all is working fine though I have one issue. Any user from internet can join of they know the login page. How do I block user to join which are not part of my company. let's all my company email address are john@xyz.com then only people have email addresses in xyz.com should be able to join. if they put any non xyz.com address then it should not allow.
any setting for this would be great.

Originally created by @vipin5050 on GitHub (Dec 2, 2021). Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/586 Hi, I create a private instance of healthcheck and all is working fine though I have one issue. Any user from internet can join of they know the login page. How do I block user to join which are not part of my company. let's all my company email address are john@xyz.com then only people have email addresses in xyz.com should be able to join. if they put any non xyz.com address then it should not allow. any setting for this would be great.
kerem closed this issue 2026-02-25 23:42:25 +03:00
Author
Owner

@cuu508 commented on GitHub (Dec 3, 2021):

Healthchecks reads REGISTRATION_OPEN environment variable, you can set it to False to disable signups:
https://healthchecks.io/docs/self_hosted_configuration/#REGISTRATION_OPEN

This of course disables signups for @xyz.com addresses as well. But you can still invite users into your projects from project's Settings page.

<!-- gh-comment-id:985413710 --> @cuu508 commented on GitHub (Dec 3, 2021): Healthchecks reads `REGISTRATION_OPEN` environment variable, you can set it to `False` to disable signups: https://healthchecks.io/docs/self_hosted_configuration/#REGISTRATION_OPEN This of course disables signups for @xyz.com addresses as well. But you can still invite users into your projects from project's Settings page.
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#427
No description provided.