This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

Aebian
Aebian

Hi october team & com

is there a variable for the admin account name? I want to display it on a page.

daftspunky
daftspunky

Inject it using the page variables, for example:

function onStart()
{
    $this['name'] = BackendAuth::getUser()->first_name;
}

1-2 of 2

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.