removed labda, now it is:
def __init__(self):
pass
Now I see self.define_auth() executed in init_auth, but got this
error at this line:
label=T('Username')),
NameError: global name 'T' is not defined

