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:
Lucas Bickel 2017-03-13 20:39:21 +01:00
parent f52f0e7ff0
commit 61cde1557f
4 changed files with 19 additions and 6 deletions

View file

@ -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">