Hello,
I found a critical function issue with the theme.
Creating an account does not work unless you add the following hidden input to the file at “\app\design\frontend\sns_riveshop\default\template\persistent\customer\form\register.phtml”
<input type="hidden" name="form_key" value="<?php echo Mage::getSingleton('core/session')->getFormKey() ?>" />