I have a project set to run as an applet with the applet height property set to 1864. When the login screen appears the user has to scroll down the page in order to see the username and password inputs. is there a way to get the input boxes up to the top of the applet window?
Alternatively i was thinking i could make my own login window with the input boxes up at the top of my own window. is there a way of checking credentials against the authentication profile manually?
You need to make your own login screen. Set your project to auto-login using guest or something. Your login window can use:system.security.switchUser(uname, password)to switch the user on the fly. We are adding a verify username and password function for 7.5.
Create an internal authentication profile with the auto login username.
Setup the AD/Internal profile to soft failover to the above profile.
Profit (oops got my plans mixed up)