Jorge M. González Martín

Results 68 comments of Jorge M. González Martín

Are you using re-captcha keys for v2? Please check the generated HTML for the registration page to ensure the recaptcha related fields are attached. Please also check recaptcha is enabled...

If you are using the defaults, check this line > https://github.com/CakeDC/users/blob/11.next-cake4/config/users.php#L178 that enables the CookieAuthentication, also check your browser for a cookie set named `CookieAuth`, I think that could be...

It looks good. It has breaking changes though, we may need to consider a major version.

Hi chalien: Thank you for contributing the code. There are missing exception classes (/var/www/html/usermin/app/Plugin/Usermin/Model/Umuser.php on line 90, for example) maybe declared outside the submitted code.

Thank you chalien. Take a look at the latest commit, i've refactored the code to be more readable too :)

Note: when merged, we'll need to update the documentation in cakedc/users to reflect this new social provider. A migration guide from the old OAuth2 provider could be a good idea...

Please provide unit tests

Is there any reason to raise this limit? The idea of this script is to be as compatible as possible with low-end shared hosting environments...

Please could you share your local specs to improve the documentation? Thanks,