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
LeandroFerreira12mo ago
what error?
Dennis Koch
Dennis Koch12mo ago
How do admins and non admins differ?
LeandroFerreira
LeandroFerreira12mo 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?