]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
fix page extension
authorJoey Hess <joeyh@joeyh.name>
Thu, 14 May 2015 03:43:16 +0000 (23:43 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 14 May 2015 03:43:16 +0000 (23:43 -0400)
doc/plugins/emailauth.mdwn [new file with mode: 0644]
doc/plugins/emailauth.pm [deleted file]

diff --git a/doc/plugins/emailauth.mdwn b/doc/plugins/emailauth.mdwn
new file mode 100644 (file)
index 0000000..8cb060e
--- /dev/null
@@ -0,0 +1,17 @@
+[[!template id=plugin name=emailauth core=1 author="[[Joey]]"]]
+[[!tag type/auth]]
+
+This plugin lets users log into ikiwiki using any email address. To complete
+the login, a one-time-use link is emailed to the user, and they can simply
+open that link in their browser.
+
+It is enabled by default, but can be turned off if you want to only use
+some other form of authentication, such as [[passwordauth]] or [[openid]].
+
+Users who have logged in using emailauth will have their email address used as
+their username. In places where the username is displayed, like the
+RecentChanges page, the domain will be omitted, to avoid exposing the
+user's email address.
+
+This plugin needs the [[!cpan Mail::SendMail]] perl module installed,
+and able to send outgoing email.
diff --git a/doc/plugins/emailauth.pm b/doc/plugins/emailauth.pm
deleted file mode 100644 (file)
index 8cb060e..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-[[!template id=plugin name=emailauth core=1 author="[[Joey]]"]]
-[[!tag type/auth]]
-
-This plugin lets users log into ikiwiki using any email address. To complete
-the login, a one-time-use link is emailed to the user, and they can simply
-open that link in their browser.
-
-It is enabled by default, but can be turned off if you want to only use
-some other form of authentication, such as [[passwordauth]] or [[openid]].
-
-Users who have logged in using emailauth will have their email address used as
-their username. In places where the username is displayed, like the
-RecentChanges page, the domain will be omitted, to avoid exposing the
-user's email address.
-
-This plugin needs the [[!cpan Mail::SendMail]] perl module installed,
-and able to send outgoing email.