Hi,

Just wondering if this is possible, I think it should be...

I have  a  2 web2py application, but i want them to have a common
authentication db.

I was thinking of doing this in the model DB for both.

authdb = DAL('mysql database')

Then

auth = Auth(globals(),authdb)

I have now tested this but would this work ?

Nils

Reply via email to