Required security step

Change the default admin password

Fresh marketplace installs include default admin credentials for first login only. Set a strong password before using the admin panel or sharing the application.

@error('current_password')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror

Use a unique password and store it in a password manager. Do not keep the default credentials in production.