Ok, I really need to remember this one:
First: Sign is as the root user, or someone with root access
# visudo
Under “Allow root to run any commands anywhere” add:
{username} ALL=ALL
This will give them sudo access to all commands.
Try not to crash your entire system.