Make password reset work for eveyone
This stops distinguishing between superadmin users from whmcs vs regular local users on the password reset page.
This commit is contained in:
parent
f52f0e7ff0
commit
61cde1557f
4 changed files with 19 additions and 6 deletions
|
@ -1,3 +1,4 @@
|
|||
<?php if (LIBRETIME_ENABLE_WHMCS): ?>
|
||||
<fieldset>
|
||||
<legend>Station Owners</legend>
|
||||
<p>
|
||||
|
@ -5,8 +6,11 @@
|
|||
</p>
|
||||
|
||||
</fieldset>
|
||||
<?php endif; ?>
|
||||
<fieldset>
|
||||
<?php if (LIBRETIME_ENABLE_WHMCS): ?>
|
||||
<legend>DJs, Program Managers, and Others</legend>
|
||||
<?php endif; ?>
|
||||
<form enctype="application/x-www-form-urlencoded" method="post" action="">
|
||||
<dl class="zend_form">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue