Skip to content

Releases: ocadotechnology/codeforlife-portal

v1.1.2

15 Mar 12:35
Compare
Choose a tag to compare

Fix

  • z-indexes of top menu, dropdown and subnavs (#928) (4c28b53)

Fixing invite teacher form

08 Mar 10:23
de61bf2
Compare
Choose a tag to compare
Added link to teacher dashboard on Cancel button (#923)

* Added link to teacher dashboard on Cancel button

* Added space

* Added space

Using semver

06 Mar 15:12
aa0caff
Compare
Choose a tag to compare
Added password strength check + Tests (#918)

* Added password strength check + Tests

Also changed automatically generated passwords to Password2 instead of Password1

* Fixed A Couple Of Things

Small errors caught on code climate

* Changed Password Reset Checks

Student passwords (not automatically generated) now need to be at least 8 characters long. 
Also fixed 8 character condition (equal or greater than)

* Changed Password Length Message On Test

* Changed Password Error/Warning Message

Instead of only pointing out length, it points out the password requirements whenever at least one isn't met

* Restructured The Dynamic Update Function