fix
This commit is contained in:
@@ -165,7 +165,7 @@ class Auth extends Start_Controller {
|
||||
$data["error_message"] = '';
|
||||
|
||||
if ($_POST) {
|
||||
$data['reset_key'] = trim($this->input->post('rlink'));
|
||||
$data['reset_key'] = trim($this->input->post('reset_key'));
|
||||
$data['reset_id'] = trim($this->input->post('reset_id'));
|
||||
$data['username'] = trim($this->input->post('username'));
|
||||
|
||||
@@ -176,14 +176,15 @@ class Auth extends Start_Controller {
|
||||
|
||||
if ( strlen($data['pass1']) >7 && $data['pass1'] == $data['pass2']){
|
||||
$allow_next = true;
|
||||
$data["new_pass"] = $data['pass1'];
|
||||
}
|
||||
else{
|
||||
$data["error_message"] = "Please enter a valis username to continue";
|
||||
$data["error_message"] = "Please enter a valid password to continue";
|
||||
}
|
||||
|
||||
|
||||
//print_r( $data );
|
||||
$data["mode"] = RESET_COMPLETE;
|
||||
if ($data['reset_key'] != '' && isset($out["reset_id"]) && isset($out["reset_id"]) > 0 && $allow_next == true) {
|
||||
if ($data['reset_key'] != '' && isset($data["reset_id"]) && isset($data["reset_id"]) > 0 && $allow_next == true) {
|
||||
$this->coregrade_webapi(COREGRADE_START_RESET_PASSWORD, $data, $out);
|
||||
|
||||
// print_r($out);
|
||||
|
||||
@@ -205,8 +205,9 @@
|
||||
<li data-value="tutor"><span>Parents</span></li>
|
||||
-->
|
||||
</ul>
|
||||
<p class="wow fadeIn">A Modern, intuitive, effective digital learning <p >experience that minimizes complexity and </p><p>enables personalized learning at a convenience.</p>
|
||||
|
||||
<p class="wow fadeIn">A Modern, intuitive, effective digital learning experience that minimizes complexity and enables personalized learning at a convenience.</p>
|
||||
<p>
|
||||
</p>
|
||||
<p class="fade-text wow fadeIn">Let Us Be Your Companion <a href="#">Let‘s talk</a></p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -226,7 +227,7 @@
|
||||
<li id="company">
|
||||
<h2 class="lead2">CoreGrade Plus</h2>
|
||||
<span class="price-tag">Contact Us</span>
|
||||
<h4 class="sublead">Quality support that <br> drives success</h4>
|
||||
<h4 class="sublead">Holistic learning that <br> lights up</h4>
|
||||
<ul class="pricing-list">
|
||||
<li><p>Everything Individual + </p></li>
|
||||
<li><p>Integrations</p></li>
|
||||
@@ -368,7 +369,7 @@
|
||||
<div class="vr-title-area">
|
||||
<h4>Contact Us</h4>
|
||||
</div>
|
||||
<h3>[]<span class="thin">CoreGrade</span></h3>
|
||||
<h3><span class="thin">CoreGrade</span></h3>
|
||||
<p>Email :support@coregrade.com</p>
|
||||
<p>Phone : 404-858-7966</p>
|
||||
<ul class="social-icon">
|
||||
|
||||
Reference in New Issue
Block a user