Build in Registration Activation E-mail

Hi guys,

I read several places that the Advanced template comes ready with Email activation on user registration, but i cant seem to find out who to activate it. tried ‘rna’ => true in the params (as explained in http://freetuts.org/tutorial/7?title=Using+Yii2+Improved+Application+Templates) but that did nothing.

Is the feature removed?

That feature comes in my improved templates, not the default ones. See links in my signature.

Also, guide you were reading is made for improved templates not the default ones.

The ‘user’ model in ‘common\models’ in yii2 advanced template comes with functions to change password using ‘password_reset_token’. If you go through the functions involved, you can use them for user activation as well.

This is very usefully for me :)