users table may contain login names which don't exist as postgresql roles #5820
ehuelsmann
started this conversation in
Design
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Especially after migration, the users table is likely to contain user entries which don't have an associated database role. This leads to application errors when trying to save new roles.
The least we can do is indicate the role doesn't exist on the database level and offer the admin the option to create the user being shown in the roles screen.
Beta Was this translation helpful? Give feedback.
All reactions