add user register/login form and authentication
This commit is contained in:
@@ -15,7 +15,7 @@ return new class extends Migration
|
||||
$table->string('rz_username')->unique();
|
||||
$table->string('full_name');
|
||||
$table->string('organisation_unit');
|
||||
$table->boolean('has_admin_privileges');
|
||||
$table->boolean('has_admin_privileges')->default(false);
|
||||
$table->string('hashed_password');
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user