mirror of
https://github.com/flarum/core.git
synced 2025-08-01 06:00:24 +02:00
Improve email changing/confirmation stuff
This commit is contained in:
@@ -17,8 +17,6 @@ class CreateUsersTable extends Migration
|
||||
$table->increments('id');
|
||||
$table->string('username', 100)->unique();
|
||||
$table->string('email', 150)->unique();
|
||||
$table->boolean('is_confirmed')->default(0);
|
||||
$table->string('confirmation_token', 50)->nullable();
|
||||
$table->boolean('is_activated')->default(0);
|
||||
$table->string('password', 100);
|
||||
$table->text('bio')->nullable();
|
||||
|
Reference in New Issue
Block a user