Page 1 of 1

changing default web access admin account

PostPosted: Sun May 01, 2016 12:06 pm
by raidsm
Hi! is there a way to change the default admin account name for the web admin page? (admin-nas)

It seems there is an authentification mechanism in the htaccess files... Is there a way to change the admin name?

Thanks you very much!

Re: changing default web access admin account

PostPosted: Sun May 01, 2016 12:34 pm
by Jocko
Hi raidsm,

Yes you should be able to do it:

Edit this line of /etc/inc/global_defs.inc
Code: Select all
//ADMIN NAME
define('ADMIN','admin-nas');
Check carefully its syntax (quote, semicolon,...)

and restart the NAS to update the web config files

Note:at each firmware upgrade you will have to repeat your change

Re: changing default web access admin account

PostPosted: Sun May 01, 2016 12:36 pm
by raidsm
Great thanks!