I am still finding only tablets...
However... Since this rom is a tablet ROM too... Here are the commands as I see them:
WARNING.. PLEASE MAKE SURE YOU ARE PREPARED TO COMPLETELY WIPE AND FACTORY RESET YOUR DEVICE IF THIS DOES NOT FUNCTION PROPERLY!
HOW TO ENABLE MULTIPLE USER ACCOUNTS ON A JELLY BEAN DEVICE
Root your device, and then download the Terminal Emulator app from the Google Play Store.
Execute these two commands (without the quotes):
"su"
"pm create-user test"
Note that in the second command, "test" is the name of the new user that you are creating. Well, congrats, you have now created a new user on your Android device!
Swipe down the notification bar, click the settings button, and choose a user...
Choosing the "test" option will send you to a brand new homescreen, which you can customize in an entirely different way from your primary one! Most info like photos, app info, music, contacts and Google Account will not be visible between accounts, but there might be some omissions that are not fixed by the Android team yet.
Repeat step 2 to create even more user accounts.
You can just as easily get rid of the additional accounts, by opening the Terminal Emulator app and executing the following commands (without the quotes):
"su"
"pm remove-user 1"
Note that in the second command, "1" is the second account on the device (or in other words, the first additional account that you've created), because your primary one is 0. If you have a third account, you just substitute "1" with "2" in the second command.