ode-csslib-openent-hdf 3.4.0 → 3.4.1-develop.202511241550

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,44 @@
1
+ {{! Users that are not activated }}
2
+ {{#activationCode}}
3
+ Hello,<br/>
4
+ <br/>
5
+ This is an automatically generated email containing your initial login information for NEO.<br/>
6
+ <br/>
7
+ The first login to NEO is done at <a href="https://edifice.io/connexion">edifice.io/connexion</a>.<br/>
8
+ <br/>
9
+ A necessary first step will allow you to personalize your login information.<br/>
10
+ <br/>
11
+ Please have your personal email address and the information below ready:<br/>
12
+ <br/>
13
+ Login: {{login}}<br/>
14
+ Activation Code: {{activationCode}}<br/>
15
+ <br/>
16
+ To secure your access, you will be asked to choose a new password, provide your personal email address, and, if you wish, enter a mobile phone number.<br/>
17
+ <br/>
18
+ We recommend mixing numbers, letters, upper case, lower case, and special characters when choosing your personal password.<br/>
19
+ <br/>
20
+ Happy browsing on NEO!<br/>
21
+ <br/>
22
+ {{/activationCode}}
23
+ {{! Users that are activated }}
24
+ {{^activationCode}}
25
+ Hello,<br/>
26
+ <br/>
27
+ This is an automatically generated email containing your login information for NEO.<br/>
28
+ <br/>
29
+ You already have an account on NEO.<br/>
30
+ Your login ID is recalled here: <i>{{login}}</i><br/>
31
+ <br/>
32
+ If you do not remember your password, you can define a new one by following the instructions below:<br/>
33
+ <br/>
34
+ - Go to <a href="https://edifice.io/connexion">https://edifice.io/connexion</a> and click on "Forgot password".<br/>
35
+ <br/>
36
+ - Enter your login ID, then click "Send".<br/>
37
+ <br/>
38
+ An email will be sent to the address you provided when activating your account. Then click on the hyperlink in the received email to define your new password.<br/>
39
+ <br/>
40
+ We recommend mixing numbers, letters, upper case, lower case, and special characters when choosing your personal password.<br/>
41
+ <br/>
42
+ Happy browsing on NEO!<br/>
43
+ <br/>
44
+ {{/activationCode}}
package/dist/version.txt CHANGED
@@ -1,2 +1,2 @@
1
- entcore-css-lib 24/10/2025 19:53:08
2
- ode-csslib-openent-hdf 10/11/2025 13:26:44
1
+ entcore-css-lib 30/07/2025 17:29:19
2
+ ode-csslib-openent-hdf 24/11/2025 15:50:31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-csslib-openent-hdf",
3
- "version": "3.4.0",
3
+ "version": "3.4.1-develop.202511241550",
4
4
  "description": "Open ENT theme by Edifice",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,7 +14,7 @@
14
14
  "author": "Edifice",
15
15
  "license": "AGPL-3.0",
16
16
  "dependencies": {
17
- "entcore-css-lib": "npm:ode-csslib@main"
17
+ "entcore-css-lib": "npm:ode-csslib@develop"
18
18
  },
19
19
  "devDependencies": {
20
20
  "concurrently": "^5.0.2",