Hi all,
After upgrading to the latest version the globals set in the standard login form are not present anymore.
In 7.00.0001 this worked as expected.
Workaround for now is:
change this
sc_set_global($usr_login);
to this
[usr_login] = $usr_login;
and register variable as OUT
Thanks,
Bert
PS: might be related to this:
http://forum.scriptcase.net/showthread.php?3538-Global-Variable-Missing