mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
Patch for the demo
This commit is contained in:
@@ -42,7 +42,7 @@ class CreateUsersTable extends Migration
|
||||
$table->string('user_see')->default('unknown');
|
||||
$table->string('user_edit')->default('unknown');
|
||||
$table->string('user_notify')->default('unknown');
|
||||
$table->string('api_token', 60)->unique()->default(str_random(60));
|
||||
$table->string('api_token', 60)->unique()->default(str_shuffle(str_random(60)));
|
||||
$table->rememberToken();
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user