Users other than administrators cannot log in. What is the reason for this?

Users other than administrators cannot log in. What is the reason for this?
public function canAccessPanel(Panel $panel): bool
{
return true;
}
public function canAccessPanel(Panel $panel): bool
{
return true;
}
3 Replies
LeandroFerreira
LeandroFerreira10mo ago
what error?
Dennis Koch
Dennis Koch10mo ago
How do admins and non admins differ?
LeandroFerreira
LeandroFerreira10mo ago
GitHub
Users other than administrators cannot log in. What is the reason f...
Package Panel builder Package Version 3.0 How can we help you? Users other than administrators cannot log in. What is the reason for this? public function canAccessPanel(Panel $panel): bool { retur...

Did you find this page helpful?