Browse Source

Merge pull request #92 from YunoHost-Apps/testing

Testing
Alexandre Aubin 3 years ago
parent
commit
157ea404c4
4 changed files with 4 additions and 4 deletions
  1. 1 1
      README.md
  2. 1 1
      README_fr.md
  3. 1 1
      config_panel.toml
  4. 1 1
      manifest.json

+ 1 - 1
README.md

@@ -24,7 +24,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
 
 
 
 
 
 
-**Shipped version:** 2.0.2~ynh5
+**Shipped version:** 2.0.2~ynh6
 
 
 
 
 
 

+ 1 - 1
README_fr.md

@@ -20,7 +20,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
 
 
 
 
 
 
-**Version incluse :** 2.0.2~ynh5
+**Version incluse :** 2.0.2~ynh6
 
 
 
 
 
 

+ 1 - 1
config_panel.toml

@@ -60,7 +60,7 @@ name = "Auto-configuration"
         ask = "Username"
         ask = "Username"
         type = "string"
         type = "string"
         example = "camille"
         example = "camille"
-        pattern.regexp = '^[a-zA-Z_\-\\\.@]+$'
+        pattern.regexp = '^[a-zA-Z0-9_\-\\\.@]+$'
         pattern.error = "OpenVPN accept only alphabetic chars and -_\\.@"
         pattern.error = "OpenVPN accept only alphabetic chars and -_\\.@"
         visible = 'config_file && match(config_file,"^\s*auth-user-pass\s")'
         visible = 'config_file && match(config_file,"^\s*auth-user-pass\s")'
         
         

+ 1 - 1
manifest.json

@@ -6,7 +6,7 @@
     "en": "Tunnel the internet traffic through a VPN",
     "en": "Tunnel the internet traffic through a VPN",
     "fr": "Fait passer le trafic internet à travers un VPN"
     "fr": "Fait passer le trafic internet à travers un VPN"
   },
   },
-  "version": "2.0.2~ynh5",
+  "version": "2.0.2~ynh6",
   "url": "https://labriqueinter.net",
   "url": "https://labriqueinter.net",
   "license": "AGPL-3.0",
   "license": "AGPL-3.0",
   "maintainer": {
   "maintainer": {