mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #586] block non trusted users to join #427
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#427
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?
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.
@cuu508 commented on GitHub (Dec 3, 2021):
Healthchecks reads
REGISTRATION_OPENenvironment variable, you can set it toFalseto 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.