ode-csslib-openent-hdf 3.2.5 → 3.2.6-develop-wl.202402011657

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.
@@ -10,8 +10,6 @@
10
10
  "auth.lost.id": "Vous avez perdu votre identifiant ?",
11
11
  "auth.lost.id.text": "Saisissez votre email pour recevoir votre identifiant.",
12
12
  "auth.back.to.login": "Retour à l'écran d'accueil",
13
- "auth.click.to.send.mail": "Cliquez ici pour recevoir un <b>email</b> à l'adresse suivante : ",
14
- "auth.click.to.send.sms": "Cliquez ici pour recevoir un <b>SMS (texto)</b> au numéro suivant : ",
15
13
  "mail.reset.pw.subject": "Réinitialisation mot de passe - ENT",
16
14
  "mail.reset.id.subject": "Rappel de votre identifiant de connexion - ENT NEO", "email.hi": "Bonjour,",
17
15
  "email.login": "Votre identifiant ",
@@ -8,23 +8,14 @@
8
8
  <h4><i18n>auth.forgot.text</i18n></h4>
9
9
 
10
10
  <h2 ng-click="showWhat = showWhat === 'forgotPassword' ? null : 'forgotPassword'"><a><i18n>auth.lost.password</i18n></a></h2>
11
- <div ng-if="showWhat === 'forgotPassword'" ng-init="initUser()">
11
+ <div ng-if="showWhat === 'forgotPassword'" ng-init="initUser(); passwordChannels()">
12
12
  <p><i18n>auth.lost.password.text</i18n></p>
13
13
  <div class="row">
14
- <form class="nostyle rowstyle" name="forgotPasswordForm" ng-submit="passwordChannels(user.login)">
14
+ <form class="nostyle rowstyle" name="forgotPasswordForm" ng-submit="forgotPassword(user.login, 'mail')">
15
15
  <input type="text" translate attr="placeholder" placeholder="auth.email"
16
16
  name="login" ng-model="user.login" ng-keydown="noSpace($event)" ng-change="noUpperCase(); user.channels = {}" required/>
17
- <input type="submit" translate attr="value" value="auth.forgot.send" ng-disabled="forgotPasswordForm.$invalid"/>
17
+ <input type="submit" translate attr="value" value="auth.forgot.send.mail" ng-disabled="forgotPasswordForm.$invalid"/>
18
18
  </form>
19
-
20
- <ul ng-if="user.channels.mail">
21
- <li ng-if="user.channels.mail">
22
- <a class="reduce-block-eight" ng-click="forgotPassword(user.login, 'mail')">
23
- <u><i18n>auth.click.to.send.mail</i18n></u>
24
- </a>
25
- <b class="horizontal-spacing">[[user.channels.mail]]</b>
26
- </li>
27
- </ul>
28
19
  <br>
29
20
  </div>
30
21
  </div>
package/dist/version.txt CHANGED
@@ -1,2 +1,2 @@
1
1
  entcore-css-lib 28/11/2023 11:32:04
2
- ode-csslib-openent-hdf 29/01/2024 18:14:48
2
+ ode-csslib-openent-hdf 01/02/2024 16:57:50
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-csslib-openent-hdf",
3
- "version": "3.2.5",
3
+ "version": "3.2.6-develop-wl.202402011657",
4
4
  "description": "Open ENT theme by Open Digital Education",
5
5
  "repository": {
6
6
  "type": "git",