File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -297,11 +297,11 @@ and password ``admin`` (which has been encoded).
297297.. code-block :: bash
298298
299299 $ mysql> SELECT * FROM app_users;
300- +----+----------+------------------------------------------+--------------------+-----------+
301- | id | username | password | email | is_active |
302- +----+----------+------------------------------------------+--------------------+-----------+
303- | 1 | admin | d033e22ae348aeb5660fc2140aec35850c4da997 | admin@example.com | 1 |
304- +----+----------+------------------------------------------+--------------------+-----------+
300+ +----+----------+-------------------------------------------------------------- +--------------------+-----------+
301+ | id | username | password | email | is_active |
302+ +----+----------+-------------------------------------------------------------- +--------------------+-----------+
303+ | 1 | admin | $2 a $0 8 $jHZj /wJfcVKlIwr5AvR78euJxYK7Ku5kURNhNx.7.CSIJ3Pq6LEPC | admin@example.com | 1 |
304+ +----+----------+-------------------------------------------------------------- +--------------------+-----------+
305305
306306 .. sidebar :: Do you need to a Salt property?
307307
You can’t perform that action at this time.
0 commit comments