change role to "user" for new registrations, fixed some registration form errors and implemented a reg-test

This commit is contained in:
Codex Agent
2025-10-02 15:06:50 +02:00
parent 7475210893
commit 1845d83583
13 changed files with 416 additions and 191 deletions

View File

@@ -30,6 +30,7 @@ class User extends Authenticatable implements MustVerifyEmail
'last_name',
'address',
'phone',
'role',
];
/**