ShawnClake / UserExtended

An extension to the existing RainLab.User plugin for OctoberCMS
http://octobercms.com/plugin/clake-userextended
GNU General Public License v3.0
23 stars 12 forks source link

fixed registration with email confirmation by user #123

Closed mnvx closed 7 years ago

mnvx commented 7 years ago

If I set standart activation of user (with confirmation email), I cant register normally, because inside of registerUser() method has trytement to login user. And as he is not activated yet, it cause exception. This fix will fix this.