Ref #306 - mysettings should be unrestricted by permissions
This commit is contained in:
parent
0b8c8a0c0f
commit
94a4ccb6ab
|
|
@ -31,6 +31,9 @@ class Users extends Controller
|
|||
{
|
||||
parent::__construct();
|
||||
|
||||
if ($this->action == 'mysettings')
|
||||
$this->requiredPermissions = null;
|
||||
|
||||
BackendMenu::setContext('October.System', 'system', 'users');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue