question

yarden avatar image
yarden asked

How to check players registering through playfab against a list of allowed email addresses?

Hi there, we are about to launch an alpha of our PC MMO and want only those who registered in advance to be able to create an account (via playfab).We have a list of about 2,000 emails in CSV, what's the best way of doing it? Bonus points if there's a way for us to know a week later which email didn't register and get a list so we can send them a reminder. Thank you!
4 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

yarden avatar image yarden commented ·

Anyone? THis comment is being moderated... Not sure why? Thank you!

0 Likes 0 ·
brendan avatar image brendan yarden commented ·

Like many forum sites, we have a reputation system. Reputation is gained for just about any activity on the forums, and all new users start with zero reputation. Until you have non-zero reputation, your questions and answers go through moderation. This prevents spammers from dumping garbage posts into the forums - something we had happen in the past (and so, the reason we adopted this system).

0 Likes 0 ·
yarden avatar image yarden brendan commented ·

Thanks Brendan, understood, and since you are the moderator(?) it goes to the right person - thank you!

0 Likes 0 ·
Show more comments

1 Answer

·
brendan avatar image
brendan answered

Please see these threads for more on this topic:

https://community.playfab.com/questions/14979/key-system-to-verify-players.html

https://community.playfab.com/questions/8089/useraccount-registration-outside-of-client-api-cal.html

In short, you'll need to have some form of "entitlement" check that you use to gate gameplay.

2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

yarden avatar image yarden commented ·

Thanks Brendan,

Can I do this at the point of account registration by a new user? i.e. to prevent people who are not on our 'whitelist of emails' from opening an account in the first place?

0 Likes 0 ·
brendan avatar image brendan yarden commented ·

No, what you would do is have an "entitlement" that you check, which enables gameplay. It would not prevent a client from calling the Login... API call that you use for your title. We'll be providing a way to create "Activation Codes" for games which games will be able to use to fully block account creation (for players who don't have one) in a future update, but we do not have a date for that as of yet.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.