UX: make first admin a moderator to review user approvals. (#26588)

Previously, when the new site was created and after the first admin login, no one will receive notifications to review the user approval queue since only the moderators would receive the PMs about it. Also, this PR will change the "pending_users_reminder_delay_minutes" site setting to 5 minutes while the site is in bootstrap mode.
This commit is contained in:
Vinoth Kannan
2024-04-10 20:59:03 +05:30
committed by GitHub
parent 8ce836c039
commit 9d88f80f26
6 changed files with 21 additions and 8 deletions

View File

@ -40,7 +40,7 @@ RSpec.describe "notifications" do
type: :string,
},
post_number: {
type: %i[string null],
type: %i[integer null],
},
topic_id: {
type: %i[integer null],