Add support for custom sign-up URLs (#25014)
This commit is contained in:
@ -85,6 +85,7 @@ class REST::InstanceSerializer < ActiveModel::Serializer
|
||||
enabled: registrations_enabled?,
|
||||
approval_required: Setting.registrations_mode == 'approved',
|
||||
message: registrations_enabled? ? nil : registrations_message,
|
||||
url: ENV.fetch('SSO_ACCOUNT_SIGN_UP', nil),
|
||||
}
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user