mirror of
https://github.com/JLiscom/OpenNote.git
synced 2026-04-25 16:25:49 +03:00
[GH-ISSUE #121] Disable Register button #103
Labels
No labels
bug
enhancement
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OpenNote-JLiscom#103
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 @askans on GitHub (Mar 22, 2015).
Original GitHub issue: https://github.com/JLiscom/OpenNote/issues/121
Thank you very much for this nice piece of web service. I was able to install and use it. But I want to use it for myself only. Therefore nobody else should be able to register to my installation. How do I disable the registration button, so nobody else but me can use it?
@JLiscom commented on GitHub (Mar 24, 2015):
Change this to return false
https://github.com/FoxUSA/OpenNoteService-PHP/blob/master/Service/Config.php#L68
@askans commented on GitHub (Mar 24, 2015):
Thanks for the help. Line 83 has to be set to "false" instead of 68. The registration button also disappears after reloading the properly