I’m using the core+admin package, but unfortunately the administrator credentials aren’t saved or stored in the system. After logging out from the admin control panel, I’m not able to login back or to reset my password. What’s wrong here?
Did Grav create a file: user/accounts/admin.yaml ? If so then it did save the credentials and your password is probably not correct. To reset it, simply remove the hashed_password line and put a new line:
password: yournewpasswordhere
Then when you login next time, it will remove that plain text entry and replace it with the hashed password.