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

Signup screen renders blank with a console error #7117

Closed
kevinansfield opened this issue Jul 21, 2016 · 0 comments · Fixed by TryGhost/Admin#135
Closed

Signup screen renders blank with a console error #7117

kevinansfield opened this issue Jul 21, 2016 · 0 comments · Fixed by TryGhost/Admin#135
Assignees
Labels
affects:admin Anything relating to Ghost Admin bug [triage] something behaving unexpectedly P2 - High [triage] High priority for immediate patch release
Milestone

Comments

@kevinansfield
Copy link
Member

Issue Summary

Users clicking on an invite link are greeted with a blank screen and an error in the console.

Steps to Reproduce

  1. Invite one of your emails to your blog
  2. Logout
  3. Click the signup link in the invite email
  4. Observe the blank emptiness that has taken the place of the signup form

Technical details:

  • Ghost Version: master
@kevinansfield kevinansfield added bug [triage] something behaving unexpectedly affects:admin Anything relating to Ghost Admin P2 - High [triage] High priority for immediate patch release labels Jul 21, 2016
@kevinansfield kevinansfield added this to the 0.9.0 milestone Jul 21, 2016
@kevinansfield kevinansfield self-assigned this Jul 21, 2016
kevinansfield added a commit to kevinansfield/Ghost-Admin that referenced this issue Jul 21, 2016
closes TryGhost/Ghost#7117
- adds guard to `sanitizeInput` method of `gh-trim-focus-input` for null/undefined values
- adds acceptance test for successful signup screen flow
kevinansfield added a commit to kevinansfield/Ghost-Admin that referenced this issue Jul 22, 2016
closes TryGhost/Ghost#7117
- adds guard to `sanitizeInput` method of `gh-trim-focus-input` for null/undefined values
- adds acceptance test for successful signup screen flow
kevinansfield added a commit to kevinansfield/Ghost-Admin that referenced this issue Jul 22, 2016
closes TryGhost/Ghost#7117
- adds guard to `sanitizeInput` method of `gh-trim-focus-input` for null/undefined values
- adds acceptance test for successful signup screen flow
- removes unneeded validation/update handling for a non-editable email field
- adds "At least 8 characters" placeholder to password field
- fixes enter key not submitting the form when name or password field has focus
acburdine pushed a commit to TryGhost/Admin that referenced this issue Jul 22, 2016
closes TryGhost/Ghost#7117
- adds guard to `sanitizeInput` method of `gh-trim-focus-input` for null/undefined values
- adds acceptance test for successful signup screen flow
- removes unneeded validation/update handling for a non-editable email field
- adds "At least 8 characters" placeholder to password field
- fixes enter key not submitting the form when name or password field has focus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects:admin Anything relating to Ghost Admin bug [triage] something behaving unexpectedly P2 - High [triage] High priority for immediate patch release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant