1
0
Fork 0
mirror of https://github.com/Oreolek/ticketauth.git synced 2024-04-29 15:49:26 +03:00
mediawiki-ticketauth/README.md

354 B

Ticket Authentication

See here.

CHANGES

By default TicketAuth creates new users and logs you in as a new user. To allow anyone to login under any user, so you could create ticket URLs for an existing user, add this to your LocalSettings:

$wgTktAuth_AllowLoginAll = TRUE;