Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
debian: Document more past changes
[git.ikiwiki.info.git]
/
doc
/
plugins
/
emailauth.mdwn
diff --git
a/doc/plugins/emailauth.mdwn
b/doc/plugins/emailauth.mdwn
index 8cb060e93f761a0d1a8d88f1b43fc3337a87f498..4df9700c517104698dc78d8356abba7ccc2d437d 100644
(file)
--- a/
doc/plugins/emailauth.mdwn
+++ b/
doc/plugins/emailauth.mdwn
@@
-5,13
+5,17
@@
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.
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]].
+It is (indirectly) 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
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.
+user's email address. In places where the full username needs to be put,
+like commits of changes, the email address is cloaked using
+<a href="http://xmlns.com/foaf/spec/#term_mbox_sha1sum">the
+foaf:mbox_sha1sum spec</a>.
-This plugin needs the [[!cpan Mail::Send
M
ail]] perl module installed,
+This plugin needs the [[!cpan Mail::Send
m
ail]] perl module installed,
and able to send outgoing email.
and able to send outgoing email.