mirror of
https://github.com/flarum/core.git
synced 2025-08-09 18:07:02 +02:00
Very rough implementation of forgot password
This commit is contained in:
@@ -14,7 +14,6 @@ class CreateUsersTable extends Migration
|
||||
public function up()
|
||||
{
|
||||
Schema::create('users', function (Blueprint $table) {
|
||||
|
||||
$table->increments('id');
|
||||
$table->string('username', 100)->unique();
|
||||
$table->string('email', 150)->unique();
|
||||
|
Reference in New Issue
Block a user