mirror of
https://github.com/JLiscom/OpenNote.git
synced 2026-04-25 16:25:49 +03:00
[GH-ISSUE #22] deactivate register #20
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#20
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 @morskipas on GitHub (Nov 26, 2013).
Original GitHub issue: https://github.com/JLiscom/OpenNote/issues/22
Hello,
just a simple question. Is it possible to deactivate the register?
thx
morskipas
@JLiscom commented on GitHub (Nov 26, 2013):
If you mean deactivate a user, no. However, you can go in the database and change their password.
If you mean deactivate the register system so no new user can register, yes. In the latest build there is a Config.php in the root folder(OpenNote/Config.php). Just set $registrationEnabled on https://github.com/FoxUSA/OpenNote/blob/master/OpenNote/Config.php#L51 to false
@JLiscom commented on GitHub (Nov 26, 2013):
Please reopen if this doesnt solve your issue