diff --git a/lib/Constant/Opt.php b/lib/Constant/Opt.php
index 56ce8b2..cad2be6 100644
--- a/lib/Constant/Opt.php
+++ b/lib/Constant/Opt.php
@@ -32,6 +32,9 @@ final class Opt
const EMAIL_SYNC = "opt.email_sync";
const HOME_LOCATION = "opt.home_location";
const HOME_MODE = "opt.home_mode";
+ const MODIFY_GROUP = "opt.modify_group";
+ const MODIFY_USER = "opt.modify_user";
+ const MODIFY_USER_GROUP = "opt.modify_user_group";
const NAME_CHANGE = "opt.name_change";
const PASSWORD_CHANGE = "opt.password_change";
const USE_CACHE = "opt.use_cache";
diff --git a/templates/admin.php b/templates/admin.php
index a39becf..7469d1f 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -21,8 +21,8 @@
use OCP\IL10N;
-script('user_sql', 'settings');
-style('user_sql', 'settings');
+script("user_sql", "settings");
+style("user_sql", "settings");
function print_text_input(IL10N $l, $id, $label, $value = "", $type = "text")
{
@@ -94,11 +94,11 @@ function print_select_options(
t("Define your database connection parameters.")); ?>