]> sipb.mit.edu Git - ikiwiki.git/blob - doc/passwordauth.mdwn
* Group passwordauth fields with a fieldset as well. Add a new
[ikiwiki.git] / doc / passwordauth.mdwn
1 [[meta title="Password Authentication"]]
2
3 [[if test="enabled(passwordauth)"
4      then="""
5 This wiki has passwordauth **enabled**.
6
7 You can sign into this wiki by entering a username and password in the login
8 form.  If you don't have an account, you can register for one from the login
9 form by hitting the "Register" button.
10
11 [[if test="enabled(openid) and openid"
12      then="You can also sign into this wiki using [[OpenID]]."]]
13 """
14 else="""
15 This wiki has passwordauth **disabled**.
16 [[if test="enabled(openid) and openid"
17      then="You can sign into this wiki using [[OpenID]]."]]
18
19 If this wiki had passwordauth enabled, you could sign into this wiki by
20 entering the username and password for your account, or create an account from
21 the login form by hitting the "Register" button.
22 """]]