You just need to remove the validator: db.auth_permission.table_name.requires = None
On Nov 23, 6:19 am, kralin <[email protected]> wrote: > Hi, > I've got a sistem with multiple db, some are SQLlite, some are > postgresql and one in MSSQL. > is there a way to use auth authorization within tables that do not > belongs to the db where auth data is specified? > > in the auth_permission table, I'm only required to add a table name, > but what if the table is in an other db? > do I have to handle this by myself, or is there a way to do it with > web2py auth?

