IQSS / dataverse

Open source research data repository software
http://dataverse.org
Other
882 stars 493 forks source link

Email validation failed #9648

Closed devmarcosanjos closed 1 year ago

devmarcosanjos commented 1 year ago

I'm having trouble validating my email

I receive the verification link in the email, but when I open it, it opens the dataverse page with an error message. As shown in the figure below.

Can someone help me. image image image

pdurbin commented 1 year ago

Hmm, we made some improvements to email verification in #8579 which shipped in 5.11 but it looks like https://solo.mapbiomas.org is running 5.12.1 already.

Do you have access to your database? You could look at the "confirmemaildata" table: https://guides.dataverse.org/en/5.6/schemaspy/tables/confirmemaildata.html

devmarcosanjos commented 1 year ago

@pdurbin I was looking at the shared links. I identified that the URL com after I click on the confirmation email, the link it breaks because it adds a dot at the end of the URL.

Do you know where I could fix this bug.

image

pdurbin commented 1 year ago

I think you'd want to add a space between the URL and the dot (period) here:

notification.email.welcomeConfirmEmailAddOn="Por favor, verifique seu endereço de e-mail em {0}. 

https://github.com/GlobalDataverseCommunityConsortium/dataverse-language-packs/blob/bf09f8e067ed7d2334f979a2aaf728ed308cc512/pt_BR/Bundle_br.properties#L717