mirror of
https://github.com/Mistake35/Cedar-Django.git
synced 2026-07-18 00:21:14 +10:00
Invite only setting, stolen code, bunch of other random shit.
This commit is contained in:
@@ -66,11 +66,9 @@ def get_mii(id):
|
||||
screenname = mii_dec[0][3].text
|
||||
nnid = mii_dec[0][6].text
|
||||
del(mii_dec)
|
||||
|
||||
# Also todo: Return the NNID based on what accountws returns, not the user's input!!!
|
||||
return [miihash, screenname, nnid]
|
||||
|
||||
|
||||
def recaptcha_verify(request, key):
|
||||
if not request.POST.get('g-recaptcha-response'):
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user