Invision Community 5: A video walkthrough creating a custom theme and homepage By Matt Thursday at 04:02 PM
pequeno Posted September 3 Posted September 3 Hello. After update to 4.7.18 some users (not all) have problems validating account: In Logs I have this error: Array ( [error] => invalid_grant [error_description] => Missing code verifier. ) #0 /usr/www/users/site/system/Login/Handler/OAuth2/OAuth2.php(608): IPS\_Log::log() #1 /usr/www/users/site/system/Login/Handler/OAuth2/OAuth2.php(390): IPS\Login\Handler\_OAuth2->_exchangeAuthorizationCodeForAccessToken() #2 /usr/www/users/site/system/Login/Handler/OAuth2/OAuth2.php(170): IPS\Login\Handler\_OAuth2->_handleAuthorizationResponse() #3 /usr/www/users/site/system/Login/Login.php(326): IPS\Login\Handler\_OAuth2->authenticateButton() #4 /usr/www/users/site/applications/core/modules/front/system/login.php(59): IPS\_Login->authenticate() #5 /usr/www/users/site/system/Dispatcher/Controller.php(118): IPS\core\modules\front\system\_login->manage() #6 /usr/www/users/site/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute() #7 /usr/www/users/site/index.php(13): IPS\_Dispatcher->run() #8 {main} Loaded hooks applications/collections/hooks/memberSource.php applications/bouncer/hooks/Member.php applications/collections/hooks/groupSource.php
Jim M Posted September 3 Posted September 3 The error provided does not look to be related. The error provided deals with OAuth, which does not require email validation. If you're having an issue with email validation and you're using SendGrid or another email service which tracks link clicks, please disable this for further testing. pequeno 1
Stuart Silvester Posted September 3 Posted September 3 You likely have a customised email template for the validation emails. You'll need to revert this to the default and then re-apply your customisations. pequeno 1
pequeno Posted September 4 Author Posted September 4 19 hours ago, Stuart Silvester said: You likely have a customised email template for the validation emails. You'll need to revert this to the default and then re-apply your customisations. Yes I have customised email template. I have reverted it to see if it solves it. Thanks. 21 hours ago, Jim M said: If you're having an issue with email validation and you're using SendGrid or another email service which tracks link clicks, please disable this for further testing. I use Amazon SES and don't track links.
Jim M Posted September 4 Posted September 4 Sounds like that may be the root of the issue. Please let us know if it doesn't solve it. pequeno 1
Recommended Posts