Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

94 lines
3.5 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2024, Slavi Pantaleev, Aine Etke, MDAD community
  3. # members
  4. # This file is distributed under the same license as the
  5. # matrix-docker-ansible-deploy package.
  6. # FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
  7. #
  8. #, fuzzy
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2025-01-27 09:54+0200\n"
  14. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  15. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  16. "Language: jp\n"
  17. "Language-Team: jp <LL@li.org>\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=utf-8\n"
  20. "Content-Transfer-Encoding: 8bit\n"
  21. "Generated-By: Babel 2.16.0\n"
  22. #: ../../../docs/updating-users-passwords.md:1
  23. msgid "Updating users passwords"
  24. msgstr ""
  25. #: ../../../docs/updating-users-passwords.md:3
  26. msgid "Option 1 (if you are using the integrated Postgres database):"
  27. msgstr ""
  28. #: ../../../docs/updating-users-passwords.md:5
  29. msgid "**Notes**:"
  30. msgstr ""
  31. #: ../../../docs/updating-users-passwords.md:6
  32. msgid "Make sure to adjust `USERNAME_HERE` and `PASSWORD_HERE`"
  33. msgstr ""
  34. #: ../../../docs/updating-users-passwords.md:7
  35. msgid "For `USERNAME_HERE`, use a plain username like `alice`, not a full ID (`@alice:example.com`)"
  36. msgstr ""
  37. #: ../../../docs/updating-users-passwords.md:9
  38. msgid "You can reset a user's password via the Ansible playbook:"
  39. msgstr ""
  40. #: ../../../docs/updating-users-passwords.md:15
  41. msgid "**You can then log in with that user** via Element Web that this playbook has created for you at a URL like this: `https://element.example.com/`."
  42. msgstr ""
  43. #: ../../../docs/updating-users-passwords.md:17
  44. msgid "Option 2 (if you are using an external Postgres server):"
  45. msgstr ""
  46. #: ../../../docs/updating-users-passwords.md:19
  47. msgid "You can manually generate the password hash by using the command-line after **SSH**-ing to your server (requires that [all services have been started](installing.md#finalize-the-installation):"
  48. msgstr ""
  49. #: ../../../docs/updating-users-passwords.md:25
  50. msgid "and then connecting to the postgres server and executing:"
  51. msgstr ""
  52. #: ../../../docs/updating-users-passwords.md:31
  53. msgid "where `<password-hash>` is the hash returned by the docker command above."
  54. msgstr ""
  55. #: ../../../docs/updating-users-passwords.md:33
  56. msgid "Option 3:"
  57. msgstr ""
  58. #: ../../../docs/updating-users-passwords.md:35
  59. msgid "Use the Synapse User Admin API as described here: https://github.com/element-hq/synapse/blob/master/docs/admin_api/user_admin_api.rst#reset-password"
  60. msgstr ""
  61. #: ../../../docs/updating-users-passwords.md:37
  62. msgid "This requires an [access token](obtaining-access-tokens.md) from a server admin account. *This method will also log the user out of all of their clients while the other options do not.*"
  63. msgstr ""
  64. #: ../../../docs/updating-users-passwords.md:39
  65. msgid "If you didn't make your account a server admin when you created it, you can learn how to switch it now by reading about it in [Adding/Removing Administrator privileges to an existing user in Synapse](registering-users.md#addingremoving-administrator-privileges-to-an-existing-user-in-synapse)."
  66. msgstr ""
  67. #: ../../../docs/updating-users-passwords.md:41
  68. msgid "Example:"
  69. msgstr ""
  70. #: ../../../docs/updating-users-passwords.md:43
  71. msgid "To set @alice:example.com's password to `correct_horse_battery_staple` you could use this curl command:"
  72. msgstr ""
  73. #: ../../../docs/updating-users-passwords.md:49
  74. msgid "Make sure to replace `ACCESS_TOKEN_HERE` with the access token of the server admin account."
  75. msgstr ""