We have looked in this further, and due to the autoincremented ID fields in the Auth tables, we are going to have a very complicated release process.
The problem is that the ID will be used in all references to the users and groups but between pillars (DEV,ACC,PRO) the ID's may not be the same which will cause a data mismatch. As these fields are autoincremented integer fields, we can not use our alphanumeric keys from our internal systems. We have found a solution but it will make our releases much more complicated unfortunately. Regards, David On Tuesday, September 10, 2019 at 8:16:00 PM UTC+2, Val K wrote: > > why do you have to override ids? You can just create users with the > required ids. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/feec1275-64cc-47d5-8fdf-765262268c5d%40googlegroups.com.

