summaryrefslogtreecommitdiffstats
path: root/web/template/search_accounts_form.php
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2014-07-15 22:49:18 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2014-07-15 22:58:57 +0200
commit3610f3c6a4e37f79139ffb38eebf0d00cd6add6d (patch)
treecf0ad514743f5d9e75df439a0294f2cd7317c593 /web/template/search_accounts_form.php
parent1b901616dc355cbab286ece18ca2c9c9e19d3415 (diff)
downloadaurweb-3610f3c6a4e37f79139ffb38eebf0d00cd6add6d.tar.xz
Add a new user group "Trusted User & Developer"
This group has full permissions on everything. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/template/search_accounts_form.php')
-rw-r--r--web/template/search_accounts_form.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/template/search_accounts_form.php b/web/template/search_accounts_form.php
index 3531eb0..f7824a9 100644
--- a/web/template/search_accounts_form.php
+++ b/web/template/search_accounts_form.php
@@ -15,6 +15,7 @@
<option value="u"><?= __("Normal user"); ?></option>
<option value="t"><?= __("Trusted user"); ?></option>
<option value="d"><?= __("Developer"); ?></option>
+ <option value="td"><?= __("Trusted User & Developer"); ?></option>
</select>
</p>
<p>