Security background image

I generated the new security module for an existing project. My “old” security used an external library that had the image background. I don’t see anywhere in the app_login where I can have a background image added or background text. May just need more coffee or am I missing something obvious?

Hi, you can use this code OnAplicationInit in app_Login

  ?>
<style>
	body{
		width: 100% !important;
    	height: 100% !important;
		background-image: url("../_lib/img/grp__NM__img__NM__city.jpg") !important; background-position:top !important; background-repeat: no-repeat;background-position: center; background-size: 100% ;}	
</style>
<?php
1 Like

That makes sense. Sometimes my head gets in a box!! Now I’m trying to get rid of the confirm on exit which does not work and I can’t find at all. Wasn’t in old one. Also a way to reset “remember me” if you decide you don’t want to be remembered the next day. This shouldn’t be quite this difficult.

You must delete the cookie to reset the remember me.

Be nice to have a way to do that somewhere other than that but thanks. Will do.

You can redir to a Control app in order to ask if exit or not. Regards