FINANCE APP REGISTER FIX

This patched package includes visible public user registration.

Registration URLs:
- /register
- /signup
- /user-register
- /create-account

Important Laravel deployment commands after upload:
php artisan optimize:clear
php artisan route:clear
php artisan config:clear
php artisan view:clear
chmod -R 775 storage bootstrap/cache
php artisan migrate --seed

If you are already logged in, Laravel guest middleware will redirect you away from the registration page.
Logout first, or open the registration URL in a private/incognito browser.

Registration always creates role = user only.
Admin role must be changed manually from the database or by an existing admin.
