Creating a Site Admin
Learn how to specify site administrators in Respond.
If you have access to the file system, you can specify a user as a site administrator. Navigate in your root installation directory to the /resources/sites/users.json. Then, simply set the sysadmin boolean to true.
{
"email": "sample@respondcms.com",
"password": "HASHED_PASSWORD",
"firstName": "Sample",
"lastName": "Admin",
"language": "en",
"token": "",
"sysadmin": true,
"sites": []
},