Blame view

frontend/tests/_data/user.php 1.06 KB
950817c6   Alex Savenko   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  <?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',
          ],
      ];