mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #438] Disable function. #316
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#316
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 @adrienb4 on GitHub (Oct 25, 2019).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/438
Hi :)
Is it possible to easily disable the register function in hosted nsupdate Django project ?
Thank you from France
@ThomasWaldmann commented on GitHub (Oct 25, 2019):
django-registration-redux is what we use for registration - did you check its docs?
@adrienb4 commented on GitHub (Oct 28, 2019):
REGISTRATION_OPEN = False
Thank you ;)
@ThomasWaldmann commented on GitHub (Dec 27, 2019):
Fixed.