-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Font Awesome #206
Comments
Hi @davegandy, we're reviewing your application here. Can I use http://fontawesome.io/community for onboarding? The onboarding link is for potential contributors, not users. This is the closest page I could find. We're also dealing with this related to your ~user account, but this won't effect the team being approved: gratipay/gratipay.com#3993. |
@mattbk Yep, that page is fine! |
Sounds good, will approve tomorrow. |
Approved. Welcome to Gratipay! |
Yikes, looks like in the manual ownership change (gratipay/gratipay.com#3993 (comment)) we forgot to make sure you had a PayPal account attached to https://gratipay.com/~davegandy/. Can you do that, @davegandy? |
@davegandy, a reminder that we need a PayPal address for you. To do this, you'll need to disconnect the address from https://gratipay.com/~27ffb4a60972/emails, add it to https://gratipay.com/~davegandy/emails/, and add it as a Route at https://gratipay.com/~davegandy/routes/. Wow, that's more complicated than it seems like it should be. |
@mattbk @davegandy Looking into this ... |
Alright, should be all set. :) BEGIN;
update emails set participant_id=123 where id=0;
update exchange_routes set participant=123 where id=0;
update participants set email_address=null where id=456;
update participants set email_address='[email protected]' where id=123;
update events set payload='{"values": {"email": "[email protected]"}, "action": "add", "id": 123}' where id=0;
update events set payload='{"values": {"primary_email": "[email protected]"}, "action": "set", "id": 123}' where id=1;
END; |
https://gratipay.com/Font-Awesome/
(This application will remain open for at least a week.)
The text was updated successfully, but these errors were encountered: