add emailauth.tmpl
parent
035c1a2449
commit
f1d77f8193
|
@ -92,8 +92,9 @@ Here is a full list of the template files used:
|
|||
* `editpage.tmpl`, `editconflict.tmpl`, `editcreationconflict.tmpl`,
|
||||
`editfailedsave.tmpl`, `editpagegone.tmpl`, `pocreatepage.tmpl`,
|
||||
`editcomment.tmpl` `commentmoderation.tmpl`, `renamesummary.tmpl`,
|
||||
`passwordmail.tmpl`, `login-selector.tmpl`, `revert.tmpl` - Parts of ikiwiki's user
|
||||
interface; do not normally need to be customised.
|
||||
`passwordmail.tmpl`, `emailauth.tmpl, `login-selector.tmpl`,
|
||||
`revert.tmpl` - Parts of ikiwiki's user interface; do not normally need
|
||||
to be customised.
|
||||
|
||||
|
||||
[[!meta robots="noindex, follow"]]
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
To log into <TMPL_VAR WIKINAME>, just open the following link:
|
||||
|
||||
<TMPL_VAR AUTHURL>
|
||||
|
||||
This link can only be used once to log in, and will expire in one day.
|
||||
|
||||
If you were not trying to log into <TMPL_VAR WIKINAME>, please
|
||||
disregard this email.
|
||||
|
||||
--
|
||||
ikiwiki
|
Loading…
Reference in New Issue