I have successfully changed, in the top right, "login / create an account" to just login, and then put a link on the home page to create an account, utilizing captcha to filter out abusers.
However, if you click on what now says "login" it pulls up the page which has the login fields, but also a link the "create an account" which bypasses my nicely devised system. Can the content of this page be edited (it's Special:Userlogin)?
Thanks!
Tim
......................................................... ! ............ ..................................................... Tim Ware .. HyperArts .. 201 - 4th Street Ste 404 .. Oakland CA 94607 t: (510) 339-6084 .. f: (510) 339-6086 .. e: tim@hyperarts.com http://www.hyperarts.com
Add
$wgGroupPermissions['*']['createaccount'] = false;
to LocalSettings.php.
But then there is no way for users to create an account.
2006/10/28, Tim Ware tim@hyperarts.com:
I have successfully changed, in the top right, "login / create an account" to just login, and then put a link on the home page to create an account, utilizing captcha to filter out abusers.
However, if you click on what now says "login" it pulls up the page which has the login fields, but also a link the "create an account" which bypasses my nicely devised system. Can the content of this page be edited (it's Special:Userlogin)?
Thanks!
Tim
......................................................... ! ............ ..................................................... Tim Ware .. HyperArts .. 201 - 4th Street Ste 404 .. Oakland CA 94607 t: (510) 339-6084 .. f: (510) 339-6086 .. e: tim@hyperarts.com http://www.hyperarts.com
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-
On Oct 29, 2006, at 1:13 AM, Dennis Heinzen wrote:
Add
$wgGroupPermissions['*']['createaccount'] = false;
to LocalSettings.php.
But then there is no way for users to create an account.
I'm using v1.7.1 and there is no $wgGroupPermissions
in LocalSettings.php
or anything like it, it appears.
Tim
2006/10/28, Tim Ware tim@hyperarts.com:
I have successfully changed, in the top right, "login / create an account" to just login, and then put a link on the home page to create an account, utilizing captcha to filter out abusers.
However, if you click on what now says "login" it pulls up the page which has the login fields, but also a link the "create an account" which bypasses my nicely devised system. Can the content of this page be edited (it's Special:Userlogin)?
Thanks!
Tim
Yes, it is not in it. Thats the point why you should ADD it ;-)
2006/10/29, Tim Ware tim@hyperarts.com:
On Oct 29, 2006, at 1:13 AM, Dennis Heinzen wrote:
Add
$wgGroupPermissions['*']['createaccount'] = false;
to LocalSettings.php.
But then there is no way for users to create an account.
I'm using v1.7.1 and there is no $wgGroupPermissions
in LocalSettings.php
or anything like it, it appears.
Tim
2006/10/28, Tim Ware tim@hyperarts.com:
I have successfully changed, in the top right, "login / create an account" to just login, and then put a link on the home page to create an account, utilizing captcha to filter out abusers.
However, if you click on what now says "login" it pulls up the page which has the login fields, but also a link the "create an account" which bypasses my nicely devised system. Can the content of this page be edited (it's Special:Userlogin)?
Thanks!
Tim
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
Duh! Sorry. Yes, did that and now it's working fine. Thanks!
Tim
On Oct 29, 2006, at 12:13 PM, Dennis Heinzen wrote:
Yes, it is not in it. Thats the point why you should ADD it ;-)
2006/10/29, Tim Ware tim@hyperarts.com:
On Oct 29, 2006, at 1:13 AM, Dennis Heinzen wrote:
Add
$wgGroupPermissions['*']['createaccount'] = false;
to LocalSettings.php.
But then there is no way for users to create an account.
I'm using v1.7.1 and there is no $wgGroupPermissions
in LocalSettings.php
or anything like it, it appears.
Tim
2006/10/28, Tim Ware tim@hyperarts.com:
I have successfully changed, in the top right, "login / create an account" to just login, and then put a link on the home page to create an account, utilizing captcha to filter out abusers.
However, if you click on what now says "login" it pulls up the page which has the login fields, but also a link the "create an account" which bypasses my nicely devised system. Can the content of this page be edited (it's Special:Userlogin)?
Thanks!
Tim
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
-- Dennis Heinzen Lachnerstr.2 76131 Karlsruhe
dennis.heinzen@googlemail.com
+49 721 / 48 530 14 +49 151 / 16 53 71 00 _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org