Dynamically changing image in branding directory

Hey,

Can an image be replaced dynamically in branding folder from the user end in Cuba?
(Just like how we upload a profile pic to an account and can update any time )

Can the same thing be configured to Cuba screens like for suppose the background of the login screen?

Thanks

Hi,

I would recommend first creating a custom login screen using the “Login screen with branding image” template - it demonstrates how you can use custom layout and background image for a login screen.

If you really need to show something dynamically from the database, you should give the Anonymous user the right to read your particular entity and use DataManager to load it when the login screen is shown.

@knstvk

Can you please provide sample or docs on this so that I can understand better.

Thanks