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

Teacher registration form missing JavaScript elements when invited to school #2304

Open
faucomte97 opened this issue May 15, 2024 · 2 comments
Labels
bug good first issue Good issue for first time contributor hacktoberfest volunteers

Comments

@faucomte97
Copy link
Contributor

faucomte97 commented May 15, 2024

Describe the bug
When a teacher is invited to join a school, they receive an email prompting them to finish the registration process - they just need to provide a password.
However, for some reason, the registration form at that stage is missing some JS elements like the reveal password icon as well as the password strength checker.

To Reproduce
Steps to reproduce the behaviour:

  1. Login as a school admin.
  2. Invite a teacher to join your school - make sure to use an unused email address you can easily check (you can use the + trick with Gmail)
  3. Follow the registration link in the email you received.
  4. Notice that the form is missing JS elements.

Expected behaviour
The form should allow the teacher to view their password as well as inform them regarding their password's strength, similarly to the main registration form.

Screenshots
Screenshot from 2024-05-15 13-37-37

Good Places to Start

Note that the template already includes the passwordStrength.js file, but my guess is that because the template doesn't have all the HTML elements that register.html has, the JS code throws an error and doesn't run properly.

@faucomte97 faucomte97 added bug good first issue Good issue for first time contributor volunteers labels May 15, 2024
@besque
Copy link

besque commented Oct 19, 2024

@faucomte97 I'd love to work on this, I'm done setting it up and it's running successfully on my machine, I'll get started on the issue right away.

@besque
Copy link

besque commented Oct 19, 2024

I'm not getting the email verification link to register a new account, checked everywhere and tried to create multiple accounts using different gmail id's, still couldn't get the verification link. Any suggestions on what I might have to do will greatly help.

I need to be able to login in order to reprodouce the bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug good first issue Good issue for first time contributor hacktoberfest volunteers
Projects
None yet
Development

No branches or pull requests

2 participants