diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-11-26 04:54:43 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-26 04:54:43 +0000 |
| commit | 9c60566197a1edeb1c7d758886c8d518b5b99388 (patch) | |
| tree | 0c486ae87d994f49497a4e295c0403fe7e9ce799 /core/views | |
| parent | 226df2a8f855010a3400fb4d8bb72469ad43d91a (diff) | |
Add support for marking users as "admin"
Diffstat (limited to 'core/views')
| -rw-r--r-- | core/views/welcome.html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php index 8a397f4b..70e9eb19 100644 --- a/core/views/welcome.html.php +++ b/core/views/welcome.html.php @@ -280,6 +280,7 @@ <form method="post" action="<?= url::site("welcome/add_user") ?>"> <input name="user_name" type="text"/> <input type="submit" value="create"/> + <input type="checkbox" name="admin">Admin</input> </form> </fieldset> </div> |
