[Bug 218581] Review Request: mediawiki-openid - The OpenID extension for MediaWiki

bugzilla at redhat.com bugzilla at redhat.com
Fri Apr 27 02:17:05 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: mediawiki-openid - The OpenID extension for MediaWiki


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=218581





------- Additional Comments From dev at nigelj.com  2007-04-26 22:16 EST -------
(In reply to comment #2)
> Description: 
> This extension lets users log in with an OpenID instead of a username
> and password. An OpenID is a special URL that people can use to log in
> to a Web site. The extension also lets users who have an account on
> the wiki log in to other OpenID-aware Web sites with their wiki user
> page as their OpenID.
> 
> You must create a table in your MediaWiki database to hold the OpenID
> URL mappings. The openid_table.sql script in
> %{_datadir}/mediawiki/extensions/OpenID/ should do the
> trick. Typically you do this using the mysql command-line client, like
> so:
> 
>         mysql -h yourdbhost -u youradminuser -p yourwikidb < openid_table.sql
> 
> In your MediaWiki LocalSettings.php, add the following line some place
> towards the bottom of the file:
> 
>         require_once("$IP/extensions/OpenID/OpenID.php");
> 
> Theoretically it should work out of the box, but you'll almost
> definitely want to set the trust root and access controls.
> 
> 

Cut it off after the first paragraph, if you think you have to provide an extra
file such as README.Fedora (not sure what the standard is) explaining the
proceedure.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list