blob: 1c1358277149f2a72f9220249862d3cd389e7af2 (
plain)
[[meta title="Password Authentication"]]
[[if test="enabled(passwordauth)"
then="""
This wiki has passwordauth enabled.
You can sign into this wiki by entering a username and password in the login
form. If you don't have an account, you can register for one from the login
form by hitting the "Register" button.
[[if test="enabled(openid) and openid"
then="You can also sign into this wiki using [[OpenID]]."]]
"""
else="""
This wiki has passwordauth disabled.
[[if test="enabled(openid) and openid"
then="You can sign into this wiki using [[OpenID]]."]]
If this wiki had passwordauth enabled, you could sign into this wiki by
entering the username and password for your account, or create an account from
the login form by hitting the "Register" button.
"""]]
|