Set noggin default avatar to retro

The default in noggin for the libravatar default avatar (i.e. the avatar
that shows when a user hasnt set their avatar) is an autogenerated
robot.

However, the majority of other applications in Fedora Infra use the
"retro" avatar option. This changes the config of noggin in Fedora
Accounts to use the retro option, rather than the robot one.

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2021-02-10 15:38:37 +10:00 committed by nphilipp
parent eba9565e3b
commit a137af00ca

View file

@ -35,6 +35,9 @@ MAIL_SERVER = "bastion.fedoraproject.org"
# Theme
THEME = "{{ noggin_theme }}"
# Auto-gen avatar type to show if no avatar set
AVATAR_DEFAULT_TYPE = "retro"
# Those file should be mounted from OpenShift secrets
FREEIPA_ADMIN_PASSWORD = from_file('/etc/noggin-secrets/ipa-admin')
FERNET_SECRET = from_file('/etc/noggin-secrets/fernet').encode('utf-8')