You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #479 the seeder functions were refactored significantly.
Continuing on that work, we should remove the PREDEFINED_USERS from seeder/app.ts, instead relying on the seedAdminUsers() function which generates admin users from process.env.ADMINS.
This ensures that our pre-defined set of admins (from the TEC and praise dev team) are not automatically made admins in other communities production deployments.
The text was updated successfully, but these errors were encountered:
In #479 the seeder functions were refactored significantly.
Continuing on that work, we should remove the
PREDEFINED_USERS
fromseeder/app.ts
, instead relying on theseedAdminUsers()
function which generates admin users fromprocess.env.ADMINS
.This ensures that our pre-defined set of admins (from the TEC and praise dev team) are not automatically made admins in other communities production deployments.
The text was updated successfully, but these errors were encountered: