1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/2FAuth_ynh.git synced 2024-09-03 20:36:18 +02:00

Merge branch 'master' into testing

This commit is contained in:
eric_G 2024-03-19 22:57:28 +01:00 committed by GitHub
commit deddd6bbbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 1 deletions

View file

@ -26,6 +26,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
- Add custom account without QR code thanks to an advanced form
- Edit accounts, even the imported ones
- Generate TOTP and HOTP security codes
**Shipped version:** 5.1.0~ynh1
**Demo:** <https://demo.2fauth.app/login>

View file

@ -26,8 +26,10 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
- Ajoutez un compte personnalisé sans QR code grâce à un formulaire avancé
- Modifier les comptes, même ceux importés
- Générer des codes de sécurité TOTP et HOTP
**Version incluse :** 5.1.0~ynh1
**Démo :** <https://demo.2fauth.app/login>
## Captures décran

View file

@ -47,7 +47,7 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=3
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" --keep="storage .env"
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="storage .env"
fi
chmod -R o-rwx "$install_dir"