Hi,
we are using a MW with an OP3 authentication.It works without problem with names like hexxer or testuser, but witk names like "test_user" it dont work. Failuremessage show us that MW replace the _ with an space. t means it will authenticate not "test_user" MW change it to "test user".
Anybody now in which file we have to change it?
regards and thanks
On 08/01/07, Jens softraid@googlemail.com wrote:
we are using a MW with an OP3 authentication.It works without problem with names like hexxer or testuser, but witk names like "test_user" it dont work. Failuremessage show us that MW replace the _ with an space. t means it will authenticate not "test_user" MW change it to "test user".
MediaWiki does not support underscores in usernames.
Rob Church
Hi,
MediaWiki 1.5.8 support it an work perfect with _ in the usernames. There must be a way...i hope :(
Regards
2007/1/8, Rob Church robchur@gmail.com:
On 08/01/07, Jens softraid@googlemail.com wrote:
we are using a MW with an OP3 authentication.It works without problem
with
names like hexxer or testuser, but witk names like "test_user" it dont
work.
Failuremessage show us that MW replace the _ with an space. t means it
will
authenticate not "test_user" MW change it to "test user".
MediaWiki does not support underscores in usernames.
Rob Church
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
You don't need MediaWiki to add the username as User_Name. You can have MediaWiki add it as User Name, or User-Name, etc. In your authentication plugin's getCanonicalName(), you can munge all underscores to dashes, or to spaces. You will still authenticate the users with underscores in the names.
V/r,
Ryan Lane
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Jens Sent: Monday, January 08, 2007 7:01 AM To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] where replace MW "_" with " " ? Usernameproblem
Hi,
MediaWiki 1.5.8 support it an work perfect with _ in the usernames. There must be a way...i hope :(
Regards
2007/1/8, Rob Church robchur@gmail.com:
On 08/01/07, Jens softraid@googlemail.com wrote:
we are using a MW with an OP3 authentication.It works without problem
with
names like hexxer or testuser, but witk names like "test_user" it dont
work.
Failuremessage show us that MW replace the _ with an
space. t means
it
will
authenticate not "test_user" MW change it to "test user".
MediaWiki does not support underscores in usernames.
Rob Church
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Hi,
im not sure that i understand it right :( We are using existing users in our intranet, we authenticate via MyAuthplugin: ----------------------------------------------------------------- function authenticate( $username, $password ) { return imap_open("{10.131.XX.XX/POP3:110}", $username, $password ); } -----------------------------------------------------------------
It works perfect with MW 1.5.8. I think that there must be a parser or anything else that replace underscore with space in the Usernames, but i cant found it :(
Regards
2007/1/8, Lane, Ryan Ryan.Lane@ocean.navo.navy.mil:
You don't need MediaWiki to add the username as User_Name. You can have MediaWiki add it as User Name, or User-Name, etc. In your authentication plugin's getCanonicalName(), you can munge all underscores to dashes, or to spaces. You will still authenticate the users with underscores in the names.
V/r,
Ryan Lane
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Jens Sent: Monday, January 08, 2007 7:01 AM To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] where replace MW "_" with " " ? Usernameproblem
Hi,
MediaWiki 1.5.8 support it an work perfect with _ in the usernames. There must be a way...i hope :(
Regards
2007/1/8, Rob Church robchur@gmail.com:
On 08/01/07, Jens softraid@googlemail.com wrote:
we are using a MW with an OP3 authentication.It works without problem
with
names like hexxer or testuser, but witk names like "test_user" it dont
work.
Failuremessage show us that MW replace the _ with an
space. t means
it
will
authenticate not "test_user" MW change it to "test user".
MediaWiki does not support underscores in usernames.
Rob Church
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org