No "create an account" link
I would like to disable the "create an account" link by the login screen. We want to make a public wiki, but restrict people requesting accounts, well basically cuz we have to pay for them. We want to make new accounts manually as needed in order to allow more writers, editors, etc for the site.
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Clicking the "Create an Account" link on your page does NOT create an Account attached to your wiki - it just creates an Account.
To add a user's Account to your wiki, you have to input their email address in Settings | Users. No one can add access to your wiki without you :) -
Inappropriate?Hi there, not sure I understand the question here. Do you mean to hide the "create an account" link at the top right of your public 2.0 wiki?
If so, this code (put it in your SideBar so it loads on every page, write into Google Gadget plugin) will hide the "Anonymous", "Create an account" and "Log in" bits:
<style type="text/css">
#top-content { display: none; }
</style>
Loading Profile...




