-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connect button missing on register page #294
Comments
@asmecher could you have a look? It was a quick fix to add it back in. Not an issue in PR: |
Thanks for the report @juanCure! Working on getting a fix for this in. |
@ewhanson, the PR link above is actually back to this same issue! Can you correct? |
Oops! Should be correct above now. Thanks! |
#294 Connect button missing on register page
Merged, thanks! I'm guessing this needs forward-porting too, right? |
Thanks! Nope, it shouldn't. I double checked in stable_3_4_0 and main and the button was present. It seems like it was accidentally removed in stable_3_3_0 at some point. |
Perfect, thanks! |
Hi everyone, with the re-addition of the connect button on the register page we are seeing a strange google recaptcha error now, with some debugging printed into the console. This comes back from Google (this locale key is not in the OJS codebase I don't think)
and then nothing happens. We get this in the browser JS console:
If this is indeed broken, the feature should probably come back out. Dulip mentioned that it doesn't do much anyway. |
@jnugent, oh, great that you have reported it -- there was a user in the forum having problems with google re-captcha, when installing the new orcid version... |
Hi @bozana I am not entirely sure, but could it be possible that when the ORCID modal window closes after authenticating, there is a form trigger that is submitting the google recaptcha on the registration form? Then it happens again when the form is actually submitted by the user? Erik has already reversed his commit so the register via orcid feature is removed now. |
Hi @jnugent, do you maybe also have an 3.4 installation together with re-captcha? The ORCID button is also in 3.4, I think... |
Hi @SupremeDimeji, the Connect ID button has not permanently been removed, but there are a few issues that need to be addressed before we add the button back in. Thanks. |
Describe the bug
I have installed a OJS v3.3.0.15 and upgraded the orcidProfile plugin to v1.1.3.10 and set up the plugin with the Sandbox Public API, and I have noticed that the Create or Connect your ORCID ID button is missing on the register a new user's account page. The doubt here is, this is either a expected feature or a bug?
To Reproduce
Steps to reproduce the behavior:
In another way, I have noticed this button appears in the Profile > Public page.
![11 profile_page](https://private-user-images.githubusercontent.com/1661533/278437704-1312158f-3be0-42e1-9901-2a1c673d7b1c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxOTAzMTIsIm5iZiI6MTczOTE5MDAxMiwicGF0aCI6Ii8xNjYxNTMzLzI3ODQzNzcwNC0xMzEyMTU4Zi0zYmUwLTQyZTEtOTkwMS0yYTFjNjczZDdiMWMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMTIyMDEyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NzMxODQxYjNmMjg0Y2Y2MTVhZjNkMWY3OWZkOGRhZjVhZDkzM2QwYWY4YzUxYWI0MzdjMmI4NGJhOTZkODExMyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.mFHQL4XTkXRCNCr3DU2fA4XMMMUjoLm5V-reF1xXN2k)
The enviroment of the server is:
OS: Centos 7
PHP v7.4.33
MySQL 8.0.23
The text was updated successfully, but these errors were encountered: