nineinchnick / yii2-usr

Yii framework module for user authentication, password reset, registration and profile updating. A port of yii-usr to Yii Framework 2.0.
http://demo2.niix.pl
MIT License
39 stars 8 forks source link

Gravatar support #31

Closed schmunk42 closed 10 years ago

schmunk42 commented 10 years ago

Haven't digged too much in the code, but here's a nice extensions for Yii2 already, which supports gravatar. https://github.com/cebe/yii2-gravatar

nineinchnick commented 10 years ago

It's so easy to do I leave it to the getPictureUrl() method in PictureIdentityImplementation. Check out the last block of ExampleUser::getPictureUrl().

schmunk42 commented 10 years ago

Oh, OK ... that really looks straightforward ;)