31
31
# "auth_modules" config string.
33
33
from ivle.auth import AuthError
35
35
from ivle.caps import Role
40
def auth(dbconn, login, password, user):
40
def auth(store, login, password, user):
42
42
A plugin auth function, as described above.
43
43
This one authenticates against a "guest"/"guest" account.