Releases: ocadotechnology/codeforlife-portal
Releases · ocadotechnology/codeforlife-portal
v2.2.1
v2.2.0
v2.1.0
v2.0.0
v1.2.1
v1.2.0
v1.1.3
v1.1.2
Fixing invite teacher form
Added link to teacher dashboard on Cancel button (#923) * Added link to teacher dashboard on Cancel button * Added space * Added space
Using semver
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