mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 19:29:34 +08:00
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:
@ -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],
|
||||
|
Reference in New Issue
Block a user