yii2-user
yii2-user copied to clipboard
Flexible user registration and authentication module for Yii2.
All links used in the views and emails point to the `site` controller. Wouldn't it be nice if you can configure what controller to use for these links?
I would like to be able to extend the UserModel, in such a way that I could, for instance, let the last_login column be of type `DateTime`. The only thing...
I'm very curious about your preferred approach to social login/auth. I really like the minimal setup of this plugin, as opposed to the extensive functionality of other User modules, but...
1. Add confirm account functionality to SignupAction 2. Create Mailer class for sending emails, like this [Mailer](https://github.com/xelbot/feed-reader/blob/master/src/Xelbot/AppBundle/Mailer/Mailer.php) 3. Add tests