mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-09-13 18:02:29 -05:00
added member profile editing
added a basic ui so logged in members can change their info/password when needed
This commit is contained in:
@@ -9,6 +9,7 @@ class Member extends Authenticatable
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
public $timestamps = false;
|
||||
protected $table = "member";
|
||||
protected $fillable = ["uuid", "handle", "email", "password", "active", "role", "avatar", "pronoun", "gender"];
|
||||
}
|
||||
|
Reference in New Issue
Block a user