Hello,
after importing several solutions into a brand new repository I found myself unable to create new users. After some “researching” I found out, that in the repository in a table called “servoy_columninfo” the auto_enter_type column of “user_id” was set to 0, while in my (working) repository it was set to 2. After changing that from 0 to 2 it does work now. Not that I want to encourage anyone to mess around in those tables… but it was the only way to fix this.
Also something that has been there for longer is the user management of the Admin page. Instead of listing users I get
Could not list users: java.lang.Long
Thanks
Patrick