From ebf557b0732cd641ef8a6b4e020a4c3089ddd827 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Vilain Date: Wed, 7 Aug 2013 15:31:12 +0200 Subject: [PATCH] SONAR-3868 Notify user creation handlers on user automatic creation triggered by an external auth system --- sonar-server/src/main/webapp/WEB-INF/lib/need_authentication.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/sonar-server/src/main/webapp/WEB-INF/lib/need_authentication.rb b/sonar-server/src/main/webapp/WEB-INF/lib/need_authentication.rb index 8750a0691bf..ef93d9d3aa9 100644 --- a/sonar-server/src/main/webapp/WEB-INF/lib/need_authentication.rb +++ b/sonar-server/src/main/webapp/WEB-INF/lib/need_authentication.rb @@ -143,6 +143,7 @@ class PluginRealm user.active=true # Note that validation disabled user.save(false) + user.notify_creation_handlers user end -- 2.39.5