]> sipb.mit.edu Git - ikiwiki.git/blob - doc/passwordauth.mdwn
put back OpenID label since we cannot rely on the label display
[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.  If you have an account, but you have
10 forgotten your password, you can hit the "Mail Password" button to receive your
11 password via an email to the address you supplied when you registered.
12
13 [[if test="enabled(openid) and openid"
14      then="You can also sign into this wiki using [[OpenID]]."]]
15 """
16 else="""
17 This wiki has passwordauth **disabled**.
18 [[if test="enabled(openid) and openid"
19      then="You can sign into this wiki using [[OpenID]]."]]
20
21 If this wiki had passwordauth enabled, you could sign into this wiki by
22 entering the username and password for your account, or create an account from
23 the login form by hitting the "Register" button.
24 """]]