Boot up from the live medium, open up a terminal window and enter the following commands… 
sudo su -
manjaro-chroot -a
Once you are in the chroot environment, issue the command… 
passwd
… and set a new root password. Then issue the following command… 
usermod -a -G wheel <the-name-of-your-normal-user-login-here>