Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

90 строки
3.4 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2025, Slavi Pantaleev, Aine Etke, MDAD community members
  3. # This file is distributed under the same license as the matrix-docker-ansible-deploy package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2025-01-27 09:54+0200\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #: ../../../docs/updating-users-passwords.md:1
  19. msgid "Updating users passwords"
  20. msgstr ""
  21. #: ../../../docs/updating-users-passwords.md:3
  22. msgid "Option 1 (if you are using the integrated Postgres database):"
  23. msgstr ""
  24. #: ../../../docs/updating-users-passwords.md:5
  25. msgid "**Notes**:"
  26. msgstr ""
  27. #: ../../../docs/updating-users-passwords.md:6
  28. msgid "Make sure to adjust `USERNAME_HERE` and `PASSWORD_HERE`"
  29. msgstr ""
  30. #: ../../../docs/updating-users-passwords.md:7
  31. msgid "For `USERNAME_HERE`, use a plain username like `alice`, not a full ID (`@alice:example.com`)"
  32. msgstr ""
  33. #: ../../../docs/updating-users-passwords.md:9
  34. msgid "You can reset a user's password via the Ansible playbook:"
  35. msgstr ""
  36. #: ../../../docs/updating-users-passwords.md:15
  37. 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/`."
  38. msgstr ""
  39. #: ../../../docs/updating-users-passwords.md:17
  40. msgid "Option 2 (if you are using an external Postgres server):"
  41. msgstr ""
  42. #: ../../../docs/updating-users-passwords.md:19
  43. 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):"
  44. msgstr ""
  45. #: ../../../docs/updating-users-passwords.md:25
  46. msgid "and then connecting to the postgres server and executing:"
  47. msgstr ""
  48. #: ../../../docs/updating-users-passwords.md:31
  49. msgid "where `<password-hash>` is the hash returned by the docker command above."
  50. msgstr ""
  51. #: ../../../docs/updating-users-passwords.md:33
  52. msgid "Option 3:"
  53. msgstr ""
  54. #: ../../../docs/updating-users-passwords.md:35
  55. 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"
  56. msgstr ""
  57. #: ../../../docs/updating-users-passwords.md:37
  58. 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.*"
  59. msgstr ""
  60. #: ../../../docs/updating-users-passwords.md:39
  61. 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)."
  62. msgstr ""
  63. #: ../../../docs/updating-users-passwords.md:41
  64. msgid "Example:"
  65. msgstr ""
  66. #: ../../../docs/updating-users-passwords.md:43
  67. msgid "To set @alice:example.com's password to `correct_horse_battery_staple` you could use this curl command:"
  68. msgstr ""
  69. #: ../../../docs/updating-users-passwords.md:49
  70. msgid "Make sure to replace `ACCESS_TOKEN_HERE` with the access token of the server admin account."
  71. msgstr ""