not sure what happened here, all was fine..
- when creating a new account the password is stored in the table unencrypted..this is through a view for login admins to be able to add a sub-account (this is not the superuser).
checked fields settings
the view:
as well on the main accounts table…
table:
which are obviously, identical
in advanced settings:
not sure if we turned something off by accident..
interestingly enough, I created a user via the “register” page, and the user is created and the password is encrypted.
=========================
- after the record is created via the view form, now there is an error
the value is:
$returnUrl = “/tblsysmembershiplist” the value is actually at $returnUrl[‘0’])
no console errors, the record is created.
AddHeader(“Return-Url”, GetUrl($returnUrl));
as a test hardcoding as:
$returnUrl = “/tblsysmembershiplist”;
AddHeader(“Return-Url”, GetUrl($returnUrl));
worked, the the page was successfully redirected.
not sure what’s gone astray.. did something break when there was a template update?
thanks,