MediaWiki: How to totally prevent anonymous users from register?





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







2















I've installed MediaWiki aiming to create some one-man-editing Wiki (anyone can read it).



I went through the documentation but I found no variable that controls whether anonymous users can create an account or not.



Do you know how can one totally disable the option to create an accounts?










share|improve this question































    2















    I've installed MediaWiki aiming to create some one-man-editing Wiki (anyone can read it).



    I went through the documentation but I found no variable that controls whether anonymous users can create an account or not.



    Do you know how can one totally disable the option to create an accounts?










    share|improve this question



























      2












      2








      2








      I've installed MediaWiki aiming to create some one-man-editing Wiki (anyone can read it).



      I went through the documentation but I found no variable that controls whether anonymous users can create an account or not.



      Do you know how can one totally disable the option to create an accounts?










      share|improve this question
















      I've installed MediaWiki aiming to create some one-man-editing Wiki (anyone can read it).



      I went through the documentation but I found no variable that controls whether anonymous users can create an account or not.



      Do you know how can one totally disable the option to create an accounts?







      variable mediawiki






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 3 mins ago







      JohnDoea

















      asked 14 hours ago









      JohnDoeaJohnDoea

      8911137




      8911137






















          1 Answer
          1






          active

          oldest

          votes


















          0














          I've gone through this a few times and you have a couple options. None of these alone will solve all of your fake user issues, but together they will go a long way. Before we about disabling accounts, let's talk about prevention (because you will get more fake accounts in the future). This page has a lot of good information in regards to this topic, but I'll highlight a few things that helped me specifically.




          1. Make sure you add a captcha
            Adding a required captcha or re-captcha to a media wiki will help with bots, but less with people spamming the site. I noticed when I added this I saw a large downturn in fake users. Eventually though, they picked back up because real-people began adding to the site.


          2. Email validation
            If you're running a more personal media wiki (for example, a research lab) it may be practical to have users admins authenticate additional users. Of course, this isn't practical if this is a general media wiki site. You can also enable email validation for the users themselves. You'd be suprised how far you can go with requiring users to put in a valid email.


          3. Password Security
            You can require that your password be very specfic in order to combat bot usage that many times have a specfic combination of letters and numbers for their generated passwords. Plus, you can set password expirations to help with bots that are stateless.







          share|improve this answer
























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "106"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510511%2fmediawiki-how-to-totally-prevent-anonymous-users-from-register%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            I've gone through this a few times and you have a couple options. None of these alone will solve all of your fake user issues, but together they will go a long way. Before we about disabling accounts, let's talk about prevention (because you will get more fake accounts in the future). This page has a lot of good information in regards to this topic, but I'll highlight a few things that helped me specifically.




            1. Make sure you add a captcha
              Adding a required captcha or re-captcha to a media wiki will help with bots, but less with people spamming the site. I noticed when I added this I saw a large downturn in fake users. Eventually though, they picked back up because real-people began adding to the site.


            2. Email validation
              If you're running a more personal media wiki (for example, a research lab) it may be practical to have users admins authenticate additional users. Of course, this isn't practical if this is a general media wiki site. You can also enable email validation for the users themselves. You'd be suprised how far you can go with requiring users to put in a valid email.


            3. Password Security
              You can require that your password be very specfic in order to combat bot usage that many times have a specfic combination of letters and numbers for their generated passwords. Plus, you can set password expirations to help with bots that are stateless.







            share|improve this answer




























              0














              I've gone through this a few times and you have a couple options. None of these alone will solve all of your fake user issues, but together they will go a long way. Before we about disabling accounts, let's talk about prevention (because you will get more fake accounts in the future). This page has a lot of good information in regards to this topic, but I'll highlight a few things that helped me specifically.




              1. Make sure you add a captcha
                Adding a required captcha or re-captcha to a media wiki will help with bots, but less with people spamming the site. I noticed when I added this I saw a large downturn in fake users. Eventually though, they picked back up because real-people began adding to the site.


              2. Email validation
                If you're running a more personal media wiki (for example, a research lab) it may be practical to have users admins authenticate additional users. Of course, this isn't practical if this is a general media wiki site. You can also enable email validation for the users themselves. You'd be suprised how far you can go with requiring users to put in a valid email.


              3. Password Security
                You can require that your password be very specfic in order to combat bot usage that many times have a specfic combination of letters and numbers for their generated passwords. Plus, you can set password expirations to help with bots that are stateless.







              share|improve this answer


























                0












                0








                0







                I've gone through this a few times and you have a couple options. None of these alone will solve all of your fake user issues, but together they will go a long way. Before we about disabling accounts, let's talk about prevention (because you will get more fake accounts in the future). This page has a lot of good information in regards to this topic, but I'll highlight a few things that helped me specifically.




                1. Make sure you add a captcha
                  Adding a required captcha or re-captcha to a media wiki will help with bots, but less with people spamming the site. I noticed when I added this I saw a large downturn in fake users. Eventually though, they picked back up because real-people began adding to the site.


                2. Email validation
                  If you're running a more personal media wiki (for example, a research lab) it may be practical to have users admins authenticate additional users. Of course, this isn't practical if this is a general media wiki site. You can also enable email validation for the users themselves. You'd be suprised how far you can go with requiring users to put in a valid email.


                3. Password Security
                  You can require that your password be very specfic in order to combat bot usage that many times have a specfic combination of letters and numbers for their generated passwords. Plus, you can set password expirations to help with bots that are stateless.







                share|improve this answer













                I've gone through this a few times and you have a couple options. None of these alone will solve all of your fake user issues, but together they will go a long way. Before we about disabling accounts, let's talk about prevention (because you will get more fake accounts in the future). This page has a lot of good information in regards to this topic, but I'll highlight a few things that helped me specifically.




                1. Make sure you add a captcha
                  Adding a required captcha or re-captcha to a media wiki will help with bots, but less with people spamming the site. I noticed when I added this I saw a large downturn in fake users. Eventually though, they picked back up because real-people began adding to the site.


                2. Email validation
                  If you're running a more personal media wiki (for example, a research lab) it may be practical to have users admins authenticate additional users. Of course, this isn't practical if this is a general media wiki site. You can also enable email validation for the users themselves. You'd be suprised how far you can go with requiring users to put in a valid email.


                3. Password Security
                  You can require that your password be very specfic in order to combat bot usage that many times have a specfic combination of letters and numbers for their generated passwords. Plus, you can set password expirations to help with bots that are stateless.








                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 14 hours ago









                juicedatomjuicedatom

                1363




                1363






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Unix & Linux Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510511%2fmediawiki-how-to-totally-prevent-anonymous-users-from-register%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    CARDNET

                    Boot-repair Failure: Unable to locate package grub-common:i386

                    濃尾地震