djpaoloc
Results
2
issues of
djpaoloc
Hi, I'm try to implement RESTFullYii with Yii-user module. This is my LoginController ``` php class LoginController extends Controller { public $defaultAction = 'login'; /** * @var string the default...
On UserRecoveryForm.php model there is a bug. regex do not accept email whit "_" ex: [email protected] I solved whit replace the regex with: /^[a-zA-Z0-9._%+-]+@(?:[a-zA-Z0-9-]+.)+[a-zA-Z]{2,4}$/