Change the Panel Login Page to username & password

Hello,
I want to fully change the Panel login Page instead of email & Password. I want to have username and password as login credentials and also want to add feature of Forgot Password in that Panel Login Page.

Thanks.

You can create a custom login view: https://getkirby.com/docs/reference/plugins/extensions/panel-login

You would have to make sure that user names are unique. Kirby does not check this internally, so you have to make sure that users either cannot change their usernames later or implement some logic that checks that.