diff options
author | Simon McVittie <smcv@debian.org> | 2015-05-27 08:52:01 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2015-05-27 08:52:01 +0100 |
commit | 2afb0dd66332136f47d08f2ee4de292eb73c8779 (patch) | |
tree | 8f0e79228de5c762870730689ceabb6a9a112c25 /doc/plugins | |
parent | 9ab3d2a6be367b745ad0240e5fb68590c7f850b2 (diff) | |
download | ikiwiki-2afb0dd66332136f47d08f2ee4de292eb73c8779.tar ikiwiki-2afb0dd66332136f47d08f2ee4de292eb73c8779.tar.gz |
Do not directly enable emailauth by default, only indirectly via openid
This avoids nasty surprises on upgrade if a site is using httpauth,
or passwordauth with an account_creation_password, and relying on
only a select group of users being able to edit the site. We can revisit
this for ikiwiki 4.
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/emailauth.mdwn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/plugins/emailauth.mdwn b/doc/plugins/emailauth.mdwn index 74097d2cc..463666535 100644 --- a/doc/plugins/emailauth.mdwn +++ b/doc/plugins/emailauth.mdwn @@ -5,8 +5,9 @@ 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]]. +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 |