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