Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
The login form is trying to save off the username that was entered. The custom login form template does that for you, however, with restricted rights on the computer, you won't be able to do that. So, you'll need to modify your CustomLogin class to remove the writing of the registry value from the cmdOK_Click event handler.
|