24 lines
		
	
	
		
			847 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			847 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     [
 | |
|         'username' => 'okirlin',
 | |
|         'auth_key' => 'iwTNae9t34OmnK6l4vT4IeaTk-YWI2Rv',
 | |
|         'password_hash' => '$2y$13$CXT0Rkle1EMJ/c1l5bylL.EylfmQ39O5JlHJVFpNn618OUS1HwaIi',
 | |
|         'password_reset_token' => 't5GU9NwpuGYSfb7FEZMAxqtuz2PkEvv_' . time(),
 | |
|         'created_at' => '1391885313',
 | |
|         'updated_at' => '1391885313',
 | |
|         'email' => 'brady.renner@rutherford.com',
 | |
|     ],
 | |
|     [
 | |
|         'username' => 'troy.becker',
 | |
|         'auth_key' => 'EdKfXrx88weFMV0vIxuTMWKgfK2tS3Lp',
 | |
|         'password_hash' => '$2y$13$g5nv41Px7VBqhS3hVsVN2.MKfgT3jFdkXEsMC4rQJLfaMa7VaJqL2',
 | |
|         'password_reset_token' => '4BSNyiZNAuxjs5Mty990c47sVrgllIi_' . time(),
 | |
|         'created_at' => '1391885313',
 | |
|         'updated_at' => '1391885313',
 | |
|         'email' => 'nicolas.dianna@hotmail.com',
 | |
|         'status' => '0',
 | |
|     ],
 | |
| ];
 | 
