]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/emailauth.pm
8cb060e93f761a0d1a8d88f1b43fc3337a87f498
[git.ikiwiki.info.git] / doc / plugins / emailauth.pm
1 [[!template id=plugin name=emailauth core=1 author="[[Joey]]"]]
2 [[!tag type/auth]]
4 This plugin lets users log into ikiwiki using any email address. To complete
5 the login, a one-time-use link is emailed to the user, and they can simply
6 open that link in their browser.
8 It is enabled by default, but can be turned off if you want to only use
9 some other form of authentication, such as [[passwordauth]] or [[openid]].
11 Users who have logged in using emailauth will have their email address used as
12 their username. In places where the username is displayed, like the
13 RecentChanges page, the domain will be omitted, to avoid exposing the
14 user's email address.
16 This plugin needs the [[!cpan Mail::SendMail]] perl module installed,
17 and able to send outgoing email.