summaryrefslogtreecommitdiffstats
path: root/templates/users/entry.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/users/entry.html')
-rw-r--r--templates/users/entry.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/users/entry.html b/templates/users/entry.html
index ee1959c..9ff0239 100644
--- a/templates/users/entry.html
+++ b/templates/users/entry.html
@@ -23,6 +23,9 @@
<tr><th colspan="2">Administrative Information</th></tr>
<tr><th>Disabled</th><td>{{{DISABLED}}}</td></tr>
<tr><th>Superuser</th><td>{{{ISSUPERUSER}}}</td></tr>
+ <tr><th>Auth Products</th><td>{{{HAS_AUTH_PRODUCTS}}}</td></tr>
+ <tr><th>Auth Cashbox</th><td>{{{HAS_AUTH_CASHBOX}}}</td></tr>
+ <tr><th>Auth Users</th><td>{{{HAS_AUTH_USERS}}}</td></tr>
<tr><th rowspan="3">Password</th><td><input name="password1" placeholder="New Password" type="password" /></td></tr>
<tr><td><input name="password2" placeholder="New Password (again)" type="password" /></td></tr>
<tr><td><input type="submit" value="Change Password" /></td></tr>