| 
									
										
										
										
											2020-10-02 17:02:20 +08:00
										 |  |  | <?php | 
					
						
							|  |  |  |   include 'NoDirectPhpAcess.php'; | 
					
						
							|  |  |  | ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-16 15:23:14 +08:00
										 |  |  | <?php | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /*  | 
					
						
							|  |  |  |  * To change this license header, choose License Headers in Project Properties. | 
					
						
							|  |  |  |  * To change this template file, choose Tools | Templates | 
					
						
							|  |  |  |  * and open the template in the editor. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | include 'Header.php'; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-16 15:23:14 +08:00
										 |  |  | <div class="row"> | 
					
						
							|  |  |  |             | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  |   <div class="col-md-4 list-group" style="margin:auto;"> | 
					
						
							| 
									
										
										
										
											2020-03-16 15:23:14 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  |   <br> | 
					
						
							| 
									
										
										
										
											2020-03-16 15:23:14 +08:00
										 |  |  |     | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  |   <h4 class="list-group-item active"> Reset my password </h4> | 
					
						
							|  |  |  |     <div class="list-group-item"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       <div class="panel-body"> | 
					
						
							| 
									
										
										
										
											2020-12-25 21:41:34 +08:00
										 |  |  |         <form method="post" action="Script.php"> | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  |         <input type="hidden" name="frm_recover_password" value="true"/> | 
					
						
							| 
									
										
										
										
											2022-11-08 15:24:36 +08:00
										 |  |  |         Student number  <input type="text" name="sno" placeholder="Enter your student number" class="form-control" required="required" value="<?php echo htmlspecialchars($_SESSION['student_number']); ?>"> | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 	<br/> | 
					
						
							| 
									
										
										
										
											2022-11-08 15:24:36 +08:00
										 |  |  |         Email  <input type="text" name="email" placeholder="Enter your email address" class="form-control" required="required" value="<?php echo htmlspecialchars($_SESSION['user_email']); ?>"> | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 	<br/> | 
					
						
							| 
									
										
										
										
											2020-12-25 21:41:34 +08:00
										 |  |  |         <input type="submit" class="btn-primary" value="Recover"> | 
					
						
							|  |  |  |            | 
					
						
							|  |  |  | </form> | 
					
						
							| 
									
										
										
										
											2020-03-16 15:23:14 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | <?php | 
					
						
							| 
									
										
										
										
											2020-03-16 15:23:14 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | if(isset($_SESSION['info_recover_password'])) { | 
					
						
							| 
									
										
										
										
											2022-11-08 15:24:36 +08:00
										 |  |  |   echo  '<hr><div class="alert alert-danger" role="alert">'.htmlspecialchars($_SESSION['info_recover_password']).'</div>'; | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  |   $_SESSION['info_recover_password']=null; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-03-16 15:23:14 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | ?>
 | 
					
						
							| 
									
										
										
										
											2020-12-25 21:41:34 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | <style> | 
					
						
							|  |  |  |    /*------------------------------------------------------------------ | 
					
						
							|  |  |  | [ Login Button ]*/ | 
					
						
							|  |  |  | .btn-primary { | 
					
						
							|  |  |  |             color: white; | 
					
						
							|  |  |  |             border-radius: 5px; | 
					
						
							|  |  |  |             text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); | 
					
						
							|  |  |  |             background: rgb(75, 184, 240); | 
					
						
							| 
									
										
										
										
											2021-04-09 15:17:01 +08:00
										 |  |  |             padding:5px 102px; | 
					
						
							| 
									
										
										
										
											2020-12-25 21:41:34 +08:00
										 |  |  |             font-family: Poppins-Regular; | 
					
						
							|  |  |  |             font-size: 23px; | 
					
						
							|  |  |  |             line-height: 1.5; | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  | </style> |