From fe796b4de7a0932ac08053996dc26faf3f4af761 Mon Sep 17 00:00:00 2001 From: "ma.azimi@laposte.net" Date: Sat, 14 Feb 2015 17:31:45 +0100 Subject: [PATCH] Add app_ffsync.md --- app_ffsync.md | 15 +++++++++++++++ change_admin_password.md | 21 +++++++++++++++++++++ change_admin_password_fr.md | 20 ++++++++++++++++++++ 3 files changed, 56 insertions(+) create mode 100644 app_ffsync.md create mode 100644 change_admin_password.md create mode 100644 change_admin_password_fr.md diff --git a/app_ffsync.md b/app_ffsync.md new file mode 100644 index 00000000..64b2486c --- /dev/null +++ b/app_ffsync.md @@ -0,0 +1,15 @@ +# Firefox Sync +Firefox Sync permits synchronize plugins, bookmarks, history over many Firefox instances. + +### Firefox configuration +#### Firefox desktop +In Firefox URL bar put: `about:config`. + +Search for: `services.sync.tokenServerURI`. + +Replace the URL by: https://mydomain.tld/path/token/1.0/sync/1.5 + +Create an account at Mozilla. + +#### Firefox mobile +Install the plugin `fxa-custom-server-addon`. \ No newline at end of file diff --git a/change_admin_password.md b/change_admin_password.md new file mode 100644 index 00000000..e1feb7f9 --- /dev/null +++ b/change_admin_password.md @@ -0,0 +1,21 @@ +#Change administration password + +For security reasons you may have to change your administration password. To achieve this, 2 different methods exists. + +
+ +The current administration password is **required** to perform this task. +
+ +##Web administration + +First, connect to your [web administration](/admin). + +Then go to `Tools` > `Change administration password`. + + +##Command line + +```bash +yunohost tools adminpw +``` diff --git a/change_admin_password_fr.md b/change_admin_password_fr.md new file mode 100644 index 00000000..0e31db70 --- /dev/null +++ b/change_admin_password_fr.md @@ -0,0 +1,20 @@ +#Changer le mot de passe d'administration + +Pour des raisons de sécurité vous pouvez avoir besoin de changer votre mot de passe d'administration. Pour cela, 2 methodes sont possibles. + +
+ +Le mot de passe d'administration actuel est **requis** pour effectuer cette modification. +
+ +##Administration web + +Premièrement, connectez vous à [l'administration web](/admin_fr). + +Puis allez dans la section `Outils` > `Changer le mot de passe d'administration`. + +##Ligne de commande + +```bash +yunohost tools adminpw +```