yii-user-management
yii-user-management copied to clipboard
Registration template
In YumRegistrationController.php
Action : actionRegistration
Replace :
$this->render(Yum::module()->registrationView, array( 'form' => $form, 'profile' => $profile ) );
By
$this->render(Yum::module('registration')->registrationView, array( 'form' => $form, 'profile' => $profile ) );
And change tag <? by <?php