30
30
# This module is NOT active implicitly - it must be specified in the
31
31
# "auth_modules" config string.
39
def auth(store, login, password, user):
40
def auth(dbconn, login, password, user):
41
42
A plugin auth function, as described above.
42
43
This one authenticates against a "guest"/"guest" account.