Hi
I think you can add background image easily by yourself. Give it a try:
#discourse-modal {
&.login-modal,
&.create-account {
&:not(.hidden):before {
content: "";
height: 100vh;
width: 100vw;
// change background here
background: url(http://*****.jpg);
position: fixed;
z-index: -2;
}
}
}
By changing the URL to your picture.
Unfortunately, I don’t do integration. The following plugin may help you.