SonarQube 5.2 のインストールをセットアップしました。デフォルトで新しいユーザーへの通知を有効にしたいと考えています。私が意味するのは、ユーザープロファイルのこれらのチェックボックスです。誰かが同様の質問をした場合、ドキュメント、利用可能なプラグイン、インターネットで答えを見つけることができませんでした. これまでに見つけたのは、SQ データベースのユーザー プロパティです。
sonar=# select * from properties where user_id=6;
id | prop_key | resource_id | text_value | user_id
----+-------------------------------------------------------------+-------------+------------+---------
85 | favourite | 3260 | | 6
91 | notification.ChangesOnMyIssue.EmailNotificationChannel | | true | 6
92 | notification.NewFalsePositiveIssue.EmailNotificationChannel | | true | 6
93 | notification.SQ-MyNewIssues.EmailNotificationChannel | | true | 6
94 | notification.NewIssues.EmailNotificationChannel | | true | 6
95 | notification.NewAlerts.EmailNotificationChannel | | true | 6
(6 rows)
ソース コードも検索しましたが、ユーザー登録時にユーザー プロパティを設定する方法が見つかりませんでした。それを達成するための最良の方法は何ですか?