Ignore:
Timestamp:
Jul 7, 2013, 12:14:47 AM (11 years ago)
Author:
mistic100
Message:

compatibility fix with Crypto Captcha

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/oAuth/include/public_events.inc.php

    r23808 r23815  
    8787          register_user($_POST['login'],
    8888                        hash('sha1', $oauth_id.$conf['secret_key']),
    89                         $_POST['mail_address'],
    90                         true,
    91                         $page['errors']);
     89                        $_POST['mail_address']
     90                        );
    9291                       
    9392        if (count($page['errors']) == 0)
     
    115114        // overwrite fields with remote datas
    116115        $_POST['login'] = $remote_user->displayName;
    117         $_POST['mail_adress'] = $remote_user->email;
     116        $_POST['mail_address'] = $remote_user->email;
    118117      }
    119118     
Note: See TracChangeset for help on using the changeset viewer.