Creates and configures a user account.
GRUB configuration mode
The username must be of 1-40 characters. It must begin with a letter or underscore and contain only letters, numbers, underscore (_) and period(.) symbols. Username is case sensitive and cannot be the same as that of an existing role. When creating a username, you must specify a password.
The following example configures a user account for securing GRUB.
SLX # configure terminal SLX (config)# grub SLX (config-grub)# username testUser password ******** SLX (config-grub)#