diff --git a/package-lock.json b/package-lock.json index f14e539..82ef242 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21199,7 +21199,7 @@ "version": "0.2.0", "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz", "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=", - "deprecated": "The", + "deprecated": "The querystring API is considered Legacy. new code should use the URLSearchParams API instead.", "dev": true, "engines": { "node": ">=0.4.x" diff --git a/src/main/webapp/app/account/activate/activate.component.html b/src/main/webapp/app/account/activate/activate.component.html index 46a5b40..f518965 100644 --- a/src/main/webapp/app/account/activate/activate.component.html +++ b/src/main/webapp/app/account/activate/activate.component.html @@ -1,16 +1,55 @@ -
-
-
-

Activation

+ - +
+
+ + +
@@ -221,7 +235,7 @@
+ +
- +
+
+ + + +
+ The password and its confirmation do not match! +
+
+
This field is required. + + + Your password is required to be at least 4 characters. + + + + Your password cannot be longer than 50 characters. +
@@ -315,18 +371,20 @@
This field is required. + + + Your password is required to be at least 4 characters. + + + + Your password cannot be longer than 50 characters. +
@@ -344,18 +418,20 @@
This field is required. + + Your password is required to be at least 4 characters. + + + + Your password cannot be longer than 50 characters. +