Skip to content
Snippets Groups Projects
Commit 240d091a authored by Jared Hancock's avatar Jared Hancock
Browse files

Allow registration to be turned off

parent 7ed313f4
Branches
Tags
No related merge requests found
......@@ -95,6 +95,7 @@ if(!defined('OSTADMININC') || !$thisstaff || !$thisstaff->isAdmin() || !$config)
<tr><td>Registration Method:</td>
<td><select name="client_registration">
<?php foreach (array(
'disabled' => 'Disabled — All users are guests',
'public' => 'Public — Anyone can register',
'auto' => 'Automatic — Create new accounts for all new tickets',
'closed' => 'Private — Only staff can register clients',)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment