Apply password policy on sign up screen

This commit is contained in:
2021-02-17 18:07:55 +01:00
parent 19cfb4760f
commit 0a6dd75a05
11 changed files with 265 additions and 20 deletions

View File

@ -237,6 +237,9 @@ class Dev {
//Pacman (easter egg) stylesheet
"css/components/pacman.css",
// Password input
"css/components/passwordInput.css",
//Pages stylesheets
//User Page
"css/pages/userPage/main.css",
@ -469,8 +472,13 @@ class Dev {
//Pacman component (easter egg)
"js/components/pacman.js",
// Manon
"js/components/manon.js",
// Password input
"js/components/passwordInput.js",
//User scripts
"js/user/loginTokens.js",
"js/user/userLogin.js",