1
0
Fork 0
mirror of https://github.com/Oreolek/ticketauth.git synced 2024-05-16 16:08:24 +03:00
Go to file
2018-04-27 22:36:19 +07:00
composer.json copied + packaged TicketAuth from SourceForge 2018-04-27 19:01:12 +07:00
LICENSE copied + packaged TicketAuth from SourceForge 2018-04-27 19:01:12 +07:00
README.md log in as anyone 2018-04-27 22:36:19 +07:00
SampleTicketGenerator.php copied + packaged TicketAuth from SourceForge 2018-04-27 19:01:12 +07:00
TicketAuth.php log in as anyone 2018-04-27 22:36:19 +07:00

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;