Page 1 of 1

Change user name "admin-nas"

PostPosted: Wed Feb 27, 2019 7:16 am
by jgracia
Hi,
By default the admin user name is "admin-nas" is possible modify this name?

Re: Change user name "admin-nas"

PostPosted: Wed Feb 27, 2019 9:22 am
by fvdw
Hi

This is not possible yet in fvdw-sl 17-0 but it will be possible in version fvdw-sl-18-0 to be released in coming months

Re: Change user name "admin-nas"

PostPosted: Mon May 13, 2019 7:56 pm
by Oschy
jgracia wrote:Hi,
By default the admin user name is "admin-nas" is possible modify this name?

Change admin-nas to anything else:

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

and restart the NAS to update the web config files

Regards

Oschy

Re: Change user name "admin-nas"

PostPosted: Thu Jun 06, 2019 11:48 am
by jgracia
Oschy wrote:
jgracia wrote:Hi,
By default the admin user name is "admin-nas" is possible modify this name?

Change admin-nas to anything else:

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

and restart the NAS to update the web config files

Regards

Oschy


It works!!!
Thanks Oschy :applause

Re: Change user name "admin-nas"

PostPosted: Tue Jul 09, 2019 1:22 pm
by Jocko
This trick is now useless with version 18.0 (you can set a custom login via the firmware web-interface) and must not be used