Using gms_self_set to save player email is safe? (nothing weird here lol)

Posted by DinoWattz
Hi size!
so.. I found this extension here:https://static-marketplace-assets.yoyogames.com/assets/2173/gravatar-image-loading
It gets gravatar profile photos, but the problem is that it needs to use a email to do that. I'll let the player input the email, but I need to send the email string to the other players to load the avatar, I will gms_self_set to do that

Is there something I need to worry about, or is it alright?

Replies (2)

Last message on 14 Dec 2021

Size43 (Administrator) on 14 Dec 2021, 16:30:45
This is not a good idea. You should not share the email address of someone with all other players.
DinoWattz (Topicstarter) on 14 Dec 2021, 19:02:33
It's because someone can hack and see the email, right? I'll try sending the image/sprite instead.
Thanks Size!