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:
parent
eba9565e3b
commit
a137af00ca
1 changed files with 3 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue