mihai-vlc / master-login-system

An advanced login system build upon bootstrap with lots of features built in.
128 stars 94 forks source link

stored Avatar instead of gravatar #2

Closed Ahmadrameen closed 9 years ago

Ahmadrameen commented 10 years ago

Is it possible to get the avatars from my mysql database not from gravatar.com. thanks

mihai-vlc commented 10 years ago

Yes it is possible. You would need to add an extra column in the users table to store the avatar path. Then you would need to integrate some upload form where users will upload their avatars.

mihai-vlc commented 9 years ago

Closing this issue since we haven't receive any follow up on it.