Skip to content
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

Obsidian Login Block creating invalid Confirm Account URL #5580

Closed
1 task
mikedotmundy opened this issue Sep 8, 2023 · 0 comments
Closed
1 task

Obsidian Login Block creating invalid Confirm Account URL #5580

mikedotmundy opened this issue Sep 8, 2023 · 0 comments

Comments

@mikedotmundy
Copy link

Please go through all the tasks below

  • Check this box only after you have successfully completed both the above tasks

Please provide a brief description of the problem. Please do not forget to attach the relevant screenshots from your side.

The new Obsidian Login Block is not creating a valid ConfirmAccountUrl. The user who needs to confirm their account is sent an invalid URL and therefore, they are unable to confirm their account.

There error is that there is a / missing between the domain and the page route.

In our instance, this is the URL that is created:
https://my.bedfordalliance.churchConfirmAccount?cc=....

It should be:
https://my.bedfordalliance.church/ConfirmAccount?cc=....

Expected Behavior

There should be a / between the domain and the page route.

Actual Behavior

There is not a / between the domain and the page route.

Steps to Reproduce

See above.

Rock Version

v15.1, v16.0

Client Culture Setting

en-US

@sparkdevnetwork-service sparkdevnetwork-service added the Status: In Dev Queue This issue is being worked on, and has someone assigned. label Sep 11, 2023
@joshuahenninger joshuahenninger added Fixed in v16.1 and removed Status: In Dev Queue This issue is being worked on, and has someone assigned. labels Sep 15, 2023
jbeveland27 pushed a commit to lcbc-digital/Rock-LCBC that referenced this issue Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants