Upon authenticating a user token, a notice is displayed:
Notice: Undefined index: access_type in gauth_account_save() (line 731 of gauth/gauth.module).
and the access_type for the token is not stored in the gauth_accounts table.
I think in this case it makes sense to set the access type of the user's token to the same as that of the service account, in which case the attached patch fixes the issue.
| Comment | File | Size | Author |
|---|---|---|---|
| gauth-access-type.patch | 578 bytes | ajwoods |
Comments
Comment #2
ajwoods commentedComment #4
sadashiv commentedHi,
Thanks for the patch, have committed your patch to core. http://drupalcode.org/gauth/commit/?id=1c74231
Will be out in the next version. The next version has few more improvements.
Thanks,
Sadashiv.