Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gravatar docs #94

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/operations/change_gravatar_settings_de.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Änderung der Gravatar-Einstellungen
Redmine verwendet Gravatar, um Bilder der Nutzenden anzuzeigen. Dies kann in den Einstellungen deaktiviert werden.

## Über die Oberfläche
* Besuchen Sie `https://<fqdn>/redmine/settings?tab=display`
* Deaktivieren Sie dort die Checkbox `Gravatar-Benutzerbilder benutzen`
* Klicken Sie auf speichern

![Gravatar](./figures/gravatar_de.png)

## Über die Registry
* Setzen Sie den registry-Key `config/redmine/default_data/new_configuration` auf den Wert `{settings:{gravatar_enabled:0}}` und starten Sie das Dogu neu
* Die Konfiguration wird nun automatisch angepasst

13 changes: 13 additions & 0 deletions docs/operations/change_gravatar_settings_en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changing Gravatar settings
Redmine uses Gravatar to display images of the users. This can be disabled in the settings.

## About the interface
* Visit `https://<fqdn>/redmine/settings?tab=display`
* Uncheck the `Use gravatar user images` checkbox there.
* Click on save

![Gravatar](./figures/gravatar_en.png)

## About the registry
* Set the registry key `config/redmine/default_data/new_configuration` to the value `{settings:{gravatar_enabled:0}}` and restart the Dogu
* The configuration will now be adjusted automatically
Binary file added docs/operations/figures/gravatar_de.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/operations/figures/gravatar_en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.