Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8411041
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T00:20:23+00:00 2026-06-10T00:20:23+00:00

After setting $wgGroupPermissions[‘*’][‘read’] = true; $wgGroupPermissions[‘*’][‘edit’] = false; $wgEmailConfirmToEdit = true; anonymous users can’t

  • 0

After setting

$wgGroupPermissions['*']['read']    = true;
$wgGroupPermissions['*']['edit']    = false; 
$wgEmailConfirmToEdit = true;

anonymous users can’t edit any page because each time they are asked to confirm their E-mail address.
I want to add one more condition that only administrator can confirm new users. How to do this ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T00:20:25+00:00Added an answer on June 10, 2026 at 12:20 am

    Anonymous users can’t edit pages using the setup you describe because you have specifically disabled their editing permissions by setting: $wgGroupPermissions['*']['edit'] = false; .

    It sounds like what you want to do is create a new group with editing permissions and then have administrators add users to that group when they have confirmed the user instead of using email confirmation. So for example:

    $wgEmailConfirmToEdit = false;
    
    $wgGroupPermissions['*']['read']    = true;
    $wgGroupPermissions['*']['edit']    = false; 
    $wgGroupPermissions['user']['edit']    = false;
    
    $wgGroupPermissions['confirmeduser']['edit']    = true;
    

    Then an administrator can add users to the confirmeduser group to give them editing permissions.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

After setting db to some arbitrary value, i am not able to perform any
When I tried to start the Nuxeo CMF server after setting nuxeo.force.generation=false in nuxeo.conf
after setting all config file and runtime options for charset that i can find
even after setting the tr:last-child's border: none, border is still visible. The edit button
I would like to know how to change the edit column position after setting
How to force paint after setting Enabled = false in a C# windows usercontrol
I have a weird problem where after setting nocheck on a foreign constraint and
How to enumerate items of Spark List component after setting dataProvider property? I mean
I am currently building a measurement unit convertion app for Windows Phone. After setting
I recently installed Trac on windows for the first time. After setting everything up

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.