Closed scottillogical closed 7 years ago
Can you provide a little more context on this change? What was ALTER ROLE not doing, that createuser is? What problem is this change working around?
ALTER ROLE
createuser
Actually the only change here is the erb that decides when to set a user as 'admin'. The previous version was consistently failing to set admin users in our environment. The logic itself is unchanged.
Can you provide a little more context on this change? What was
ALTER ROLE
not doing, thatcreateuser
is? What problem is this change working around?