diff --git a/5/ecolyo.42c7ade3da661bfeceb4.js b/5/ecolyo.864fa08cd3cee80299c0.js
similarity index 99%
rename from 5/ecolyo.42c7ade3da661bfeceb4.js
rename to 5/ecolyo.864fa08cd3cee80299c0.js
index 9402ca302b6faf8214a3751e3eb926022d4eeb68..79dc207b8a2244f9058f2521cbd16dae0844b2db 100644
--- a/5/ecolyo.42c7ade3da661bfeceb4.js
+++ b/5/ecolyo.864fa08cd3cee80299c0.js
@@ -354,7 +354,7 @@ var ConnectionFormLogin = function ConnectionFormLogin(_ref) {
     className: "form-group"
   }, /*#__PURE__*/_react.default.createElement("input", {
     id: 'idFieldLogin' + fluidName,
-    type: "text",
+    type: "number",
     className: error === '' ? 'form-control form-input' : 'form-control form-input --error',
     "aria-label": t('auth.' + konnectorSlug + '.connect.placeholder'),
     placeholder: t('auth.' + konnectorSlug + '.connect.placeholder'),
@@ -362,7 +362,9 @@ var ConnectionFormLogin = function ConnectionFormLogin(_ref) {
     onChange: function onChange(e) {
       return changeLogin(e.target.value);
     },
-    value: login
+    value: login,
+    pattern: "[0-9]*",
+    inputMode: "numeric"
   })), /*#__PURE__*/_react.default.createElement("div", {
     className: "form-group"
   }, /*#__PURE__*/_react.default.createElement("input", {
diff --git a/app/ecolyo.81516c1383cb8ba7f2dc.js b/app/ecolyo.97fa13340f53fb8a324e.js
similarity index 99%
rename from app/ecolyo.81516c1383cb8ba7f2dc.js
rename to app/ecolyo.97fa13340f53fb8a324e.js
index c84abadf1432c0c732b25df3782588aae1ce46b0..4520f56d97f607a73bbbec21ef0bf2edc1ae0b4b 100644
--- a/app/ecolyo.81516c1383cb8ba7f2dc.js
+++ b/app/ecolyo.97fa13340f53fb8a324e.js
@@ -64,7 +64,7 @@
 /******/
 /******/ 	// script path function
 /******/ 	function jsonpScriptSrc(chunkId) {
-/******/ 		return __webpack_require__.p + "" + ({}[chunkId]||chunkId) + "/ecolyo." + {"2":"96afe9330e5581245431","3":"d3fff549e2860fd17c37","4":"41a38abd0ed0ef5c306a","5":"42c7ade3da661bfeceb4","6":"362e7b1857354ef1df89","7":"1d339c842308a51c5ab8","8":"e6f1d7e1935e3643d56f","9":"4f4b208338a37cc0b02d","10":"2e4b1a82df3eb9c3f805","11":"b431d7dbb8b0796edb8f","12":"b4bf3113af9163ecfefd","13":"d777f6b9ffd05dcd95ed","14":"d7eff1cdf1f8d810d9cd"}[chunkId] + ".js"
+/******/ 		return __webpack_require__.p + "" + ({}[chunkId]||chunkId) + "/ecolyo." + {"2":"96afe9330e5581245431","3":"d3fff549e2860fd17c37","4":"41a38abd0ed0ef5c306a","5":"864fa08cd3cee80299c0","6":"362e7b1857354ef1df89","7":"1d339c842308a51c5ab8","8":"e6f1d7e1935e3643d56f","9":"4f4b208338a37cc0b02d","10":"2e4b1a82df3eb9c3f805","11":"b431d7dbb8b0796edb8f","12":"b4bf3113af9163ecfefd","13":"d777f6b9ffd05dcd95ed","14":"d7eff1cdf1f8d810d9cd"}[chunkId] + ".js"
 /******/ 	}
 /******/
 /******/ 	// The require function
@@ -18578,7 +18578,7 @@ module.exports = webpackAsyncContext;
 
 exports = module.exports = __webpack_require__("JPst")(false);
 // Module
-exports.push([module.i, "/** BLACK **/\n/** RED **/\n/** YELLOW **/\n/** BLUE **/\n/** GREEN **/\n/** WHITE **/\n/** GREY **/\n/** App colors **/\n/** TABS GRADIENT **/\n/** SCROLLBAR **/\n.duel-ongoing-container {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center; }\n\n.duel-title {\n  color: #a0a0a0;\n  margin-top: 1rem; }\n\n.duel-goal {\n  color: #e0e0e0;\n  margin: 1rem 3rem;\n  text-align: center; }\n\n.duel-consumption {\n  color: #e0e0e0;\n  margin: 1rem auto; }\n  .duel-consumption .consumption {\n    color: #deaf0e; }\n\n.duel-chart {\n  height: 15.625rem;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 80%; }\n\n.duel-chart-caption {\n  display: flex;\n  flex-direction: column;\n  align-self: flex-start; }\n  .duel-chart-caption .duel-caption {\n    display: flex;\n    margin-top: 0.75rem; }\n    .duel-chart-caption .duel-caption .caption-icon {\n      margin: auto 1.5rem; }\n    .duel-chart-caption .duel-caption .caption-label {\n      color: #e0e0e0; }\n", ""]);
+exports.push([module.i, "/** BLACK **/\n/** RED **/\n/** YELLOW **/\n/** BLUE **/\n/** GREEN **/\n/** WHITE **/\n/** GREY **/\n/** App colors **/\n/** TABS GRADIENT **/\n/** SCROLLBAR **/\n.duel-ongoing-container {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center; }\n\n.duel-title {\n  color: #a0a0a0;\n  margin-top: 1rem; }\n\n.duel-goal {\n  color: #e0e0e0;\n  margin: 1rem 3rem;\n  text-align: center; }\n\n.duel-consumption {\n  color: #e0e0e0;\n  margin: 1rem auto; }\n  @media (max-width: 576px) {\n    .duel-consumption {\n      margin: 0.5rem auto -0.5rem; } }\n  .duel-consumption .consumption {\n    color: #deaf0e; }\n\n.duel-chart {\n  height: 15.625rem;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 80%; }\n\n.duel-chart-caption {\n  display: flex;\n  flex-direction: column;\n  align-self: flex-start; }\n  .duel-chart-caption .duel-caption {\n    display: flex;\n    margin-top: 0.75rem; }\n    .duel-chart-caption .duel-caption .caption-icon {\n      margin: auto 1.5rem; }\n    .duel-chart-caption .duel-caption .caption-label {\n      color: #e0e0e0; }\n", ""]);
 
 
 
@@ -23088,7 +23088,7 @@ if(false) {}
 
 exports = module.exports = __webpack_require__("JPst")(false);
 // Module
-exports.push([module.i, "/** BLACK **/\n/** RED **/\n/** YELLOW **/\n/** BLUE **/\n/** GREEN **/\n/** WHITE **/\n/** GREY **/\n/** App colors **/\n/** TABS GRADIENT **/\n/** SCROLLBAR **/\n.action-container {\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  align-items: center; }\n\n.action-begin-container {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: space-around;\n  box-sizing: border-box;\n  margin: 8rem 1rem 0 1rem;\n  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.55);\n  border-radius: 4px;\n  transition: all 300ms ease;\n  color: #ffffff;\n  background: linear-gradient(180deg, #323339 0%, #25262b 100%);\n  height: 63vh;\n  text-align: center;\n  position: relative;\n  padding: 5rem 1rem 1rem 1rem; }\n  @media (min-width: 1201px) {\n    .action-begin-container {\n      margin: 6rem 1rem 1rem 1rem; } }\n  .action-begin-container .icon-container {\n    width: 8.125rem;\n    height: 8.125rem;\n    position: absolute;\n    left: 0;\n    right: 0;\n    margin: 0 auto;\n    top: -70px;\n    background: linear-gradient(180deg, #323339 0%, #25262b 100%);\n    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.55);\n    border-radius: 8px;\n    border: solid 2px #58ffff;\n    display: flex; }\n  .action-begin-container .action-icon {\n    margin: auto; }\n  .action-begin-container .action-icon-stars {\n    margin-top: -4rem; }\n  .action-begin-container .stars .star:not(:last-of-type) {\n    margin-right: 0.4rem; }\n  .action-begin-container .action-duration {\n    color: #e0e0e0; }\n  .action-begin-container .action-explanation {\n    margin-bottom: 2rem;\n    line-height: 24px;\n    padding: 1rem; }\n    @media (min-width: 1201px) {\n      .action-begin-container .action-explanation {\n        padding: 0rem 2rem; } }\n  .action-begin-container .action-buttons button {\n    padding: 0.7rem;\n    border-color: #e0e0e0; }\n    .action-begin-container .action-buttons button span {\n      font-weight: 700; }\n", ""]);
+exports.push([module.i, "/** BLACK **/\n/** RED **/\n/** YELLOW **/\n/** BLUE **/\n/** GREEN **/\n/** WHITE **/\n/** GREY **/\n/** App colors **/\n/** TABS GRADIENT **/\n/** SCROLLBAR **/\n.action-container {\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  align-items: center; }\n\n.action-begin-container {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: space-around;\n  box-sizing: border-box;\n  margin: 7rem 1rem 0 1rem;\n  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.55);\n  border-radius: 4px;\n  transition: all 300ms ease;\n  color: #ffffff;\n  background: linear-gradient(180deg, #323339 0%, #25262b 100%);\n  height: 63vh;\n  text-align: center;\n  position: relative;\n  padding: 5rem 1rem 1rem 1rem; }\n  @media (min-width: 1201px) {\n    .action-begin-container {\n      margin: 6rem 1rem 1rem 1rem; } }\n  .action-begin-container .icon-container {\n    width: 8.125rem;\n    height: 8.125rem;\n    position: absolute;\n    left: 0;\n    right: 0;\n    margin: 0 auto;\n    top: -70px;\n    background: linear-gradient(180deg, #323339 0%, #25262b 100%);\n    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.55);\n    border-radius: 8px;\n    border: solid 2px #58ffff;\n    display: flex; }\n  .action-begin-container .action-icon {\n    margin: auto; }\n  .action-begin-container .action-icon-stars {\n    margin-top: -4rem; }\n  .action-begin-container .stars .star:not(:last-of-type) {\n    margin-right: 0.4rem; }\n  .action-begin-container .action-duration {\n    color: #e0e0e0; }\n  .action-begin-container .action-explanation {\n    margin-bottom: 2rem;\n    line-height: 24px;\n    padding: 1rem; }\n    @media (min-width: 1201px) {\n      .action-begin-container .action-explanation {\n        padding: 0rem 2rem; } }\n  .action-begin-container .action-buttons button {\n    padding: 0.7rem;\n    border-color: #e0e0e0; }\n    .action-begin-container .action-buttons button span {\n      font-weight: 700; }\n", ""]);
 
 
 
diff --git a/index.html b/index.html
index 828cc0baae0b81d55b91e9b6c0ec5eb42b8141eb..4f18cf5d1109b6c73a5af2ecaee83009a4c05c78 100644
--- a/index.html
+++ b/index.html
@@ -1 +1 @@
-<!DOCTYPE html><html lang="{{.Locale}}"><head><meta charset="utf-8"><title>Ecolyo</title><link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"><link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"><!-- PWA Manifest --><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#297EF2"><meta name="theme-color" content="#ffffff"><!-- PWA Chrome --><link rel="icon" sizes="192x192" href="/android-chrome-192x192.png"><link rel="icon" sizes="512x512" href="/android-chrome-512x512.png"><!-- PWA iOS --><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="apple-touch-startup-image" href="/apple-touch-icon.png"><meta name="apple-mobile-web-app-title" content="Ecolyo"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="viewport" content="width=device-width,height=device-height,initial-scale=1,viewport-fit=cover">{{.ThemeCSS}} {{.CozyBar}}</head><body><div role="application" class="application" data-cozy-token="{{.Token}}" data-cozy-domain="{{.Domain}}" data-cozy-locale="{{.Locale}}" data-cozy-app-name="{{.AppName}}" data-cozy-app-slug="{{.AppSlug}}" data-cozy-app-name-prefix="{{.AppNamePrefix}}" data-cozy-app-editor="{{.AppEditor}}" data-cozy-icon-path="{{.IconPath}}"><script src="vendors/ecolyo.71e07b5bcf60941ad333.js"></script><script src="app/ecolyo.81516c1383cb8ba7f2dc.js"></script></div></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="{{.Locale}}"><head><meta charset="utf-8"><title>Ecolyo</title><link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"><link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"><!-- PWA Manifest --><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#297EF2"><meta name="theme-color" content="#ffffff"><!-- PWA Chrome --><link rel="icon" sizes="192x192" href="/android-chrome-192x192.png"><link rel="icon" sizes="512x512" href="/android-chrome-512x512.png"><!-- PWA iOS --><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="apple-touch-startup-image" href="/apple-touch-icon.png"><meta name="apple-mobile-web-app-title" content="Ecolyo"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="viewport" content="width=device-width,height=device-height,initial-scale=1,viewport-fit=cover">{{.ThemeCSS}} {{.CozyBar}}</head><body><div role="application" class="application" data-cozy-token="{{.Token}}" data-cozy-domain="{{.Domain}}" data-cozy-locale="{{.Locale}}" data-cozy-app-name="{{.AppName}}" data-cozy-app-slug="{{.AppSlug}}" data-cozy-app-name-prefix="{{.AppNamePrefix}}" data-cozy-app-editor="{{.AppEditor}}" data-cozy-icon-path="{{.IconPath}}"><script src="vendors/ecolyo.71e07b5bcf60941ad333.js"></script><script src="app/ecolyo.97fa13340f53fb8a324e.js"></script></div></body></html>
\ No newline at end of file