An open API service indexing awesome lists of open source software.

https://github.com/fusionauth/fusionauth-theme-management


https://github.com/fusionauth/fusionauth-theme-management

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Theme management

This has been superseded by https://github.com/FusionAuth/fusionauth-theme-helper

This repository has some tools to help with FusionAuth theme management. More about FusionAuth themes: https://fusionauth.io/docs/v1/tech/themes/

## Prerequisites

You need to have curl, jq and python3 installed.

You also need to have an API key with sufficient privileges.

Finally, you'll have to create a new theme and have associated it with your tenant.

## Message property files

The default messages files allows you to customize messages in the FusionAuth login screens.

### Retrieving messages

`retrieve-default-messages.sh `

This will produce a file `defaultmessages.txt` in your current directory. Edit this with your new messages. You can also version control this file.

### Updating messages

`patch-default-messages.sh `

This will load the `defaultmessages.txt` file up to FusionAuth, making any changes live.

### Limitations

This only works for the default messages file, not for any localizations.